test_snoopy_vars.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # Copyright 2022 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_snoopy.yml
  16. os_name_centos: CentOS
  17. os_name_rocky: rocky
  18. os_name_leap: leap
  19. os_version: '8.5'
  20. check_os_success_msg: "OS and Version are supported"
  21. check_os_fail_msg: "Unsupported OS or OS version. OS should be {{ os_name_rocky }} and Version should be {{ os_version }} or more"
  22. snoopy_log_path_success_msg: "snoopy log path is available"
  23. snoopy_log_path_fail_msg: "snoopy log path is not available"
  24. secure_snoopy_enable_success_msg: "snoopy is enabled in secure log"
  25. secure_snoopy_enable_fail_msg: "snoopy is not enabled in secure log"
  26. messages_snoopy_enable_success_msg: "snoopy is enabled in messages log"
  27. messages_snoopy_enable_fail_msg: "snoopy is not enabled in messages log"
  28. snoopy_disabled_success_msg: "snoopy is disabled in log"
  29. snoopy_disabled_fail_msg: "snoopy is not disabled in log"
  30. secure_snoopy_disabled_success_msg: "snoopy is disabled in secure log"
  31. secure_snoopy_disabled_fail_msg: "snoopy is not disabled in secure log"
  32. snoopy_enable_success_msg: "snoopy is enabled in log"
  33. snoopy_enable_fail_msg: "snoopy is not enabled in log"