test_web_ui_vars.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435
  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. # Usage: test_web_ui.yml
  16. return_status: 200
  17. fail_return_status: -1
  18. awx_listening_port: 8081
  19. time: 1
  20. actual_containers: 4
  21. package: "docker-ce"
  22. awx_exists_msg: "Test case passed: AWX instance is already running on your system"
  23. awx_not_exists_msg: "Test case failed: AWX does not exist"
  24. validate_password_success_msg: "Test case passed: Password validation succesful"
  25. validate_password_fail_msg: "Test case failed: Password validation failed"
  26. resource_exists_success_msg: "Success: Requested resource(s) exists"
  27. resource_exists_fail_msg: "Failure: Requested resource(s) does not exists"
  28. compute_group_name: "compute"
  29. manager_group_name: "manager"
  30. tower_cli_package_name: "ansible-tower-cli"
  31. docker_container_name: "awx_web"
  32. container_up_status_success_msg: "Container is running successfully after the reboot"
  33. container_up_status_fail_msg: "Container is not running after the reboot"
  34. test_input_config_filename: appliance_config_test.yml