File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ GOFMT_CMD := gofmt -s -l
2626GOVET_CMD := go tool vet
2727CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image"
2828SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy|TestTrigger|ACIM|Netprofile"
29+ L3_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Bgp|Network|Policy|TestTrigger|ACIM|Netprofile"
2930
3031all : build unit-test system-test ubuntu-tests
3132
@@ -230,7 +231,7 @@ system-test:start
230231l3-test :
231232 CONTIV_L3=2 CONTIV_NODES=3 make stop start ssh-build
232233 cd $(GOPATH ) /src/github.com/contiv/netplugin/scripts/python && PYTHONIOENCODING=utf-8 ./createcfg.py -contiv_l3 2
233- CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 900m ./test/systemtests -check.v -check.abort
234+ CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 900m ./test/systemtests -check.v -check.abort -check.f $( L3_SYSTEM_TESTS_TO_RUN )
234235 CONTIV_L3=2 CONTIV_NODES=3 make stop
235236l3-demo :
236237 CONTIV_L3=1 CONTIV_NODES=3 vagrant up
You can’t perform that action at this time.
0 commit comments