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 @@ -27,6 +27,7 @@ GOVET_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"
2929ACI_GW_IMAGE ?= "contiv/aci-gw:04-12-2017.2.2_1n"
30+ L3_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Bgp|Network|Policy|TestTrigger|ACIM|Netprofile"
3031
3132all : build unit-test system-test ubuntu-tests
3233
@@ -231,7 +232,7 @@ system-test:start
231232l3-test :
232233 CONTIV_L3=2 CONTIV_NODES=3 make stop start ssh-build
233234 cd $(GOPATH ) /src/github.com/contiv/netplugin/scripts/python && PYTHONIOENCODING=utf-8 ./createcfg.py -contiv_l3 2
234- CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 900m ./test/systemtests -check.v -check.abort
235+ CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 900m ./test/systemtests -check.v -check.abort -check.f $( L3_SYSTEM_TESTS_TO_RUN )
235236 CONTIV_L3=2 CONTIV_NODES=3 make stop
236237l3-demo :
237238 CONTIV_L3=1 CONTIV_NODES=3 vagrant up
You can’t perform that action at this time.
0 commit comments