Ensure common tests run on RHEL/AMZN

This patch ensures that Amazon Linux, CentOS, and Red Hat Enterprise
Linux systems can utilize the run_tests_common.sh script. The
ansible-hardening role uses this script now.

Change-Id: I7e7a6d715e2f4c3a8ee8086fe696be61c9888834
This commit is contained in:
Major Hayden 2017-06-29 10:33:11 -05:00
parent 19a66e70b8
commit 8be9210098
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ case "${ID,,}" in
[[ "${VERSION}" == "42.1" ]] && extra_suse_deps="libffi-devel python-pyOpenSSL"
sudo zypper -n in python-devel lsb-release ${extra_suse_deps:-}
;;
centos)
amzn|centos|rhel)
sudo yum install -y python-devel redhat-lsb-core
;;
ubuntu|debian)