Merge pull request #2254 from kevinGC:container-timeout

PiperOrigin-RevId: 303159175
This commit is contained in:
gVisor bot 2020-03-26 11:42:15 -07:00
commit 01ac53099f
1 changed files with 2 additions and 2 deletions

View File

@ -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"