From 82046eb49e15ef34e6e75f50dced0b4b3acbe2cd Mon Sep 17 00:00:00 2001 From: Javier Pena Date: Mon, 25 Feb 2019 12:59:12 +0100 Subject: [PATCH] Add iptables-services to installed packages in run_tests.sh The puppet-firewall code uses /usr/libexec/iptables/iptables.init, which is provided by the iptables-services package. This package is commonly included, but let's be safe. Change-Id: Ifb917f370b63184378ea6b399ca3a5a3f85eabc0 --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index 08cdb79b0..9a22b5873 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -146,6 +146,7 @@ fi $SUDO $PKG_MGR -y install puppet \ iproute \ iptables \ + iptables-services \ dstat \ openssl-devel \ libffi-devel \