summaryrefslogtreecommitdiffhomepage
path: root/scripts/iptables_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/iptables_tests.sh')
-rwxr-xr-xscripts/iptables_tests.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/iptables_tests.sh b/scripts/iptables_tests.sh
index c8da1f32d..2a8c24907 100755
--- a/scripts/iptables_tests.sh
+++ b/scripts/iptables_tests.sh
@@ -16,6 +16,8 @@
source $(dirname $0)/common.sh
+make load-iptables
+
install_runsc_for_test iptables --net-raw
-test //test/iptables:iptables_test --test_arg=--runtime=runc
-test //test/iptables:iptables_test --test_arg=--runtime=${RUNTIME}
+test //test/iptables:iptables_test "--test_arg=--runtime=runc"
+test //test/iptables:iptables_test "--test_arg=--runtime=${RUNTIME}"