We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5732e53 commit a68d91aCopy full SHA for a68d91a
Makefile
@@ -217,6 +217,7 @@ ubuntu-tests:
217
CONTIV_NODE_OS=ubuntu make clean build unit-test system-test stop
218
219
system-test:start
220
+ @echo "system-test: running the following system tests:" $(SYSTEM_TESTS_TO_RUN)
221
cd $(GOPATH)/src/github.com/contiv/netplugin/scripts/python && PYTHONIOENCODING=utf-8 ./createcfg.py
222
go test -v -timeout 480m ./test/systemtests -check.v -check.abort -check.f $(SYSTEM_TESTS_TO_RUN)
223
0 commit comments