summaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorPeter Johnston <peterjohnston@google.com>2020-12-07 08:42:09 -0800
committergVisor bot <gvisor-bot@google.com>2020-12-07 08:44:44 -0800
commiteeb23531ebef4fc44af317b4e4a8834c8b069dd9 (patch)
tree59e719d4f35672554d943608ed8ac318f18bdcd8 /Makefile
parenta97ceec01bc464c9efa5d8140906c46f637e9002 (diff)
Support icmpv6 transport protocol
PiperOrigin-RevId: 346101076
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b4dbc56f3..5e3f5880c 100644
--- a/Makefile
+++ b/Makefile
@@ -207,7 +207,7 @@ swgso-tests: load-basic-images
hostnet-tests: load-basic-images
@$(call submake,install-runtime RUNTIME="hostnet" ARGS="--network=host")
- @$(call submake,test-runtime RUNTIME="hostnet" OPTIONS="--test_arg=-checkpoint=false" TARGETS="$(INTEGRATION_TARGETS)")
+ @$(call submake,test-runtime RUNTIME="hostnet" OPTIONS="--test_arg=-checkpoint=false --test_arg=-hostnet=true" TARGETS="$(INTEGRATION_TARGETS)")
.PHONY: hostnet-tests
kvm-tests: load-basic-images