test_common_vars.yml 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. # Copyright 2020 Dell Inc. or its subsidiaries. All Rights Reserved.
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. ---
  15. # vars file for test_common.yml file
  16. centos_version: '7.8'
  17. test_input_config_filename: "appliance_config_test.yml"
  18. empty_input_config_filename: "appliance_config_empty.yml"
  19. new_input_config_filename: "appliance_config_new.yml"
  20. password_config_file: "password_config"
  21. min_length_password: "testpass"
  22. max_length_password: "helloworld123helloworld12hello"
  23. long_password: "helloworld123hellowordl12hello3"
  24. white_space_password: "hello world 123"
  25. special_character_password1: "hello-world/"
  26. special_character_password2: "hello@$%!world"
  27. valid_dhcp_start_range: "172.17.0.10"
  28. valid_dhcp_end_range: "172.17.0.200"
  29. invalid_dhcp_ip: "1720.1700.1000.1000"
  30. wrong_dhcp_ip: "d6:dh1:dsj:10"
  31. valid_iso_path: "/root/CentOS-7-x86_64-Minimal-2009.iso"
  32. wrong_iso_path: "/root/testfile"
  33. valid_mapping_file_path: "test_mapping_file"
  34. docker_volume_success_msg: "Docker volume omnia-storage exists"
  35. docker_volume_fail_msg: "Docker volume omnia-storage does not exist"
  36. input_config_success_msg: "Input config file is encrypted using ansible-vault successfully"
  37. input_config_fail_msg: "Input config file is failed to encrypt using ansible-vault"
  38. os_check_success_msg: "OS check passed"
  39. os_check_fail_msg: "OS check failed"
  40. internet_check_success_msg: "Internet connectivity check passed"
  41. internet_check_fail_msg: "Internet connectivity check failed"
  42. different_user_check_success_msg: "Different user execution check passed"
  43. different_user_check_fail_msg: "Different user execution check failed"
  44. selinux_check_success_msg: "selinux check passed"
  45. selinux_check_fail_msg: "selinux check failed"
  46. input_config_check_success_msg: "appliance_config.yml validation passed"
  47. input_config_check_fail_msg: "appliance_config.yml validation failed"
  48. install_package_success_msg: "Installation of package is successful"
  49. install_package_fail_msg: "Installation of package is failed"