test_acct_vars.yml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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_leap: leap
  17. os_version: '8.5'
  18. check_os_success_msg: "OS and Version are supported"
  19. check_os_fail_msg: "Unsupported OS or OS version. OS should be {{ os_name_leap }} and Version should be {{ os_version }} or more"
  20. acct_service_success_msg: "acct is service is running"
  21. acct_service_fail_msg: "acct is service is not running"
  22. acct_package_success_msg: "acct package is available"
  23. acct_package_fail_msg: "acct package is not available"
  24. acct_disable_success_msg: "acct service is disabled"
  25. acct_disable_fail_msg: "acct service is not disabled"
  26. acct_enable_success_msg: "acct service is enabled"
  27. acct_enable_fail_msg: "acct service is not enabled"
  28. acct_ac_version_success_msg: "acct ac is found"
  29. acct_ac_version_fail_msg: "acct ac is not found"
  30. acct_sa_version_success_msg: "acct sa is found"
  31. acct_sa_version_fail_msg: "acct sa is not found"
  32. acct_ac_utility_success_msg: "acct ac utility is found"
  33. acct_ac_utility_fail_msg: "acct ac utility is not found"
  34. acct_sa_utility_success_msg: "acct sa utility is found"
  35. acct_sa_utility_fail_msg: "acct sa utility is not found"
  36. acct_active: "Active: active"
  37. acct_disabled: "Removed"
  38. acct_enabled: "Created symlink"
  39. acct_ac_version: "ac: GNU"
  40. acct_sa_version: "sa: GNU"
  41. acct_ac_sa_utility: "acct-6.6.4-2.25.x86_64"
  42. Disabled: "Disabled"
  43. Enabled: "Enabled"