summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-03-26 11:42:15 -0700
committergVisor bot <gvisor-bot@google.com>2020-03-26 11:42:15 -0700
commit01ac53099fedf7dd5da01a50e60f3dfa2eb17892 (patch)
treea15d48d004f0ad45eab3b1a738462a419b095d5e
parentf5fbe859ed0eb3e1fd423d3e3ba5ddc2e88f7e73 (diff)
parent4f374da60cb0c39ed862518e5b7524cb86ec96db (diff)
Merge pull request #2254 from kevinGC:container-timeout
PiperOrigin-RevId: 303159175
-rwxr-xr-xscripts/iptables_tests.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/iptables_tests.sh b/scripts/iptables_tests.sh
index b4a5211a5..0f46909ac 100755
--- a/scripts/iptables_tests.sh
+++ b/scripts/iptables_tests.sh
@@ -16,7 +16,7 @@
source $(dirname $0)/common.sh
-install_runsc_for_test iptables
+install_runsc_for_test iptables --net-raw
# Build the docker image for the test.
run //test/iptables/runner:runner-image --norun
@@ -26,5 +26,5 @@ test //test/iptables:iptables_test \
"--test_arg=--image=bazel/test/iptables/runner:runner-image"
test //test/iptables:iptables_test \
- "--test_arg=--runtime=runsc" \
+ "--test_arg=--runtime=${RUNTIME}" \
"--test_arg=--image=bazel/test/iptables/runner:runner-image"