Skip to content

Commit

Permalink
Makefile: print the list of system tests to be run (#1010)
Browse files Browse the repository at this point in the history
Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com>
  • Loading branch information
unclejack authored and chrisplo committed Oct 16, 2017
1 parent 5732e53 commit a68d91a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ ubuntu-tests:
CONTIV_NODE_OS=ubuntu make clean build unit-test system-test stop

system-test:start
@echo "system-test: running the following system tests:" $(SYSTEM_TESTS_TO_RUN)
cd $(GOPATH)/src/github.com/contiv/netplugin/scripts/python && PYTHONIOENCODING=utf-8 ./createcfg.py
go test -v -timeout 480m ./test/systemtests -check.v -check.abort -check.f $(SYSTEM_TESTS_TO_RUN)

Expand Down

0 comments on commit a68d91a

Please sign in to comment.