Add fedora to run_tests_common.sh
Change-Id: I0411082d23a81a8412e93d19bcb9a8675ccadb7f
This commit is contained in:
parent
56a6dabdca
commit
bf64155b3f
@ -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
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user