diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-03-26 11:42:15 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-03-26 11:42:15 -0700 |
commit | 01ac53099fedf7dd5da01a50e60f3dfa2eb17892 (patch) | |
tree | a15d48d004f0ad45eab3b1a738462a419b095d5e | |
parent | f5fbe859ed0eb3e1fd423d3e3ba5ddc2e88f7e73 (diff) | |
parent | 4f374da60cb0c39ed862518e5b7524cb86ec96db (diff) |
Merge pull request #2254 from kevinGC:container-timeout
PiperOrigin-RevId: 303159175
-rwxr-xr-x | scripts/iptables_tests.sh | 4 |
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" |