test_psacct_vars.yml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  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. psacct_service_success_msg: "psacct is service is running"
  23. psacct_service_fail_msg: "psacct is service is not running"
  24. psacct_package_success_msg: "psacct package is available"
  25. psacct_package_fail_msg: "psacct package is not available"
  26. psacct_disable_success_msg: "psacct service is disabled"
  27. psacct_disable_fail_msg: "psacct service is not disabled"
  28. psacct_enable_success_msg: "psacct service is enabled"
  29. psacct_enable_fail_msg: "psacct service is not enabled"
  30. psacct_ac_version_success_msg: "psacct ac is found"
  31. psacct_ac_version_fail_msg: "psacct ac is not found"
  32. psacct_sa_version_success_msg: "psacct sa is found"
  33. psacct_sa_version_fail_msg: "psacct sa is not found"
  34. psacct_ac_utility_success_msg: "psacct ac utility is found"
  35. psacct_ac_utility_fail_msg: "psacct ac utility is not found"
  36. psacct_sa_utility_success_msg: "psacct sa utility is found"
  37. psacct_sa_utility_fail_msg: "psacct sa utility is not found"
  38. psacct_active: "Active: active"
  39. psacct_disabled: "Removed"
  40. psacct_enabled: "Created symlink"
  41. psacct_ac_version: "ac: GNU"
  42. psacct_sa_version: "sa: GNU"
  43. psacct_ac_sa_utility: "psacct-6.6.3-4.el8.x86_64"
  44. Disabled: "Disabled"
  45. Enabled: "Enabled"