From bf64155b3fb02b332e974b46a09e4910247aebd4 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 25 Aug 2017 12:40:17 -0500 Subject: [PATCH] Add fedora to run_tests_common.sh Change-Id: I0411082d23a81a8412e93d19bcb9a8675ccadb7f --- run_tests_common.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/run_tests_common.sh b/run_tests_common.sh index 76b88aaa..27dd6908 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -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 ;;