1234567891011121314151617181920212223242526272829303132333435 |
- ---
- return_status: 200
- fail_return_status: -1
- awx_listening_port: 8081
- time: 1
- actual_containers: 4
- package: "docker-ce"
- awx_exists_msg: "Test case passed: AWX instance is already running on your system"
- awx_not_exists_msg: "Test case failed: AWX does not exist"
- validate_password_success_msg: "Test case passed: Password validation succesful"
- validate_password_fail_msg: "Test case failed: Password validation failed"
- resource_exists_success_msg: "Success: Requested resource(s) exists"
- resource_exists_fail_msg: "Failure: Requested resource(s) does not exists"
- compute_group_name: "compute"
- manager_group_name: "manager"
- tower_cli_package_name: "ansible-tower-cli"
- docker_container_name: "awx_web"
- container_up_status_success_msg: "Container is running successfully after the reboot"
- container_up_status_fail_msg: "Container is not running after the reboot"
- test_input_config_filename: appliance_config_test.yml
|