test_omnia_vars.yml 921 B

123456789101112131415161718192021222324
  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_omnia.yml
  16. host1: "100.10.20.30"
  17. host2: "100.20.30.40"
  18. host3: "100.30.40.50"
  19. inventory_path: "/var/lib/awx/projects"
  20. test_input_config_filename: "appliance_config_test.yml"
  21. test_case_success_msg: "Test case passed"
  22. test_case_failure_msg: "Test case failed"
  23. file_permission: 0644