We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42beb7 commit 73db278Copy full SHA for 73db278
Makefile
@@ -87,12 +87,12 @@ unit-test-centos: stop clean
87
system-test: system-test-singlehost system-test-multihost
88
89
# the `make stop` here and below are necessary because build leaves around a VM (intentionally)
90
-system-test-singlehost: stop clean build
+system-test-singlehost: stop clean checks build
91
make stop
92
godep go test -v --timeout 30m -run "sanity" \
93
github.com/contiv/netplugin/systemtests/singlehost
94
95
-system-test-multihost: stop clean
+system-test-multihost: stop clean checks build
96
make build stop
97
godep go test -v --timeout 80m -run "sanity" \
98
github.com/contiv/netplugin/systemtests/twohosts
0 commit comments