1234567891011121314151617181920212223242526272829303132333435363738 |
- # Copyright 2020 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.
- ---
- # vars file for test_common.yml file
- docker_volume_fail_msg: "Docker volume omnia-storage does not exist"
- docker_volume_success_msg: "Docker volume omnia-storage exists"
- centos_version: '7.8'
- os_check_success_msg: "OS check passed"
- os_check_fail_msg: "OS check failed"
- internet_check_success_msg: "Internet connectivity check passed"
- internet_check_fail_msg: "Internet connectivity check failed"
- different_user_check_success_msg: "Different user execution check passed"
- different_user_check_fail_msg: "Different user execution check failed"
- selinux_check_success_msg: "selinux check passed"
- selinux_check_fail_msg: "selinux check failed"
|