Add fedora to run_tests_common.sh

Change-Id: I0411082d23a81a8412e93d19bcb9a8675ccadb7f
This commit is contained in:
Major Hayden 2017-08-25 12:40:17 -05:00
parent 56a6dabdca
commit bf64155b3f
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1

View File

@ -33,6 +33,9 @@ case "${ID,,}" in
amzn|centos|rhel)
sudo $RHT_PKG_MGR install -y python-devel redhat-lsb-core epel-release yum-utils
;;
fedora)
sudo dnf install -y python-devel redhat-lsb-core redhat-rpm-config yum-utils
;;
ubuntu|debian)
sudo apt-get update && sudo apt-get install -y python-dev lsb-release
;;