123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- # Copyright 2022 Dell Inc. or its subsidiaries. All Rights Reserved.
- #
- # Licensed under the Apache License, Version 2.0 (the "License");
- # you may not use this file except in compliance with the License.
- # You may obtain a copy of the License at
- #
- # http://www.apache.org/licenses/LICENSE-2.0
- #
- # Unless required by applicable law or agreed to in writing, software
- # distributed under the License is distributed on an "AS IS" BASIS,
- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- # See the License for the specific language governing permissions and
- # limitations under the License.
- ---
- #Usage: test_snoopy.yml
- os_name_centos: CentOS
- os_name_rocky: rocky
- os_name_leap: leap
- os_version: '8.5'
- check_os_success_msg: "OS and Version are supported"
- check_os_fail_msg: "Unsupported OS or OS version. OS should be {{ os_name_rocky }} and Version should be {{ os_version }} or more"
- psacct_service_success_msg: "psacct is service is running"
- psacct_service_fail_msg: "psacct is service is not running"
- psacct_package_success_msg: "psacct package is available"
- psacct_package_fail_msg: "psacct package is not available"
- psacct_disable_success_msg: "psacct service is disabled"
- psacct_disable_fail_msg: "psacct service is not disabled"
- psacct_enable_success_msg: "psacct service is enabled"
- psacct_enable_fail_msg: "psacct service is not enabled"
- psacct_ac_version_success_msg: "psacct ac is found"
- psacct_ac_version_fail_msg: "psacct ac is not found"
- psacct_sa_version_success_msg: "psacct sa is found"
- psacct_sa_version_fail_msg: "psacct sa is not found"
- psacct_ac_utility_success_msg: "psacct ac utility is found"
- psacct_ac_utility_fail_msg: "psacct ac utility is not found"
- psacct_sa_utility_success_msg: "psacct sa utility is found"
- psacct_sa_utility_fail_msg: "psacct sa utility is not found"
- psacct_active: "Active: active"
- psacct_disabled: "Removed"
- psacct_enabled: "Created symlink"
- psacct_ac_version: "ac: GNU"
- psacct_sa_version: "sa: GNU"
- psacct_ac_sa_utility: "psacct-6.6.3-4.el8.x86_64"
- Disabled: "Disabled"
- Enabled: "Enabled"
|