test_common_vars.yml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738
  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. docker_volume_fail_msg: "Docker volume omnia-storage does not exist"
  17. docker_volume_success_msg: "Docker volume omnia-storage exists"
  18. centos_version: '7.8'
  19. os_check_success_msg: "OS check passed"
  20. os_check_fail_msg: "OS check failed"
  21. internet_check_success_msg: "Internet connectivity check passed"
  22. internet_check_fail_msg: "Internet connectivity check failed"
  23. different_user_check_success_msg: "Different user execution check passed"
  24. different_user_check_fail_msg: "Different user execution check failed"
  25. selinux_check_success_msg: "selinux check passed"
  26. selinux_check_fail_msg: "selinux check failed"