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 @@ -29,6 +29,7 @@ CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image"
2929SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy|TestTrigger|ACIM|Netprofile"
3030K8S_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy"
3131ACI_GW_IMAGE ?= "contiv/aci-gw:04-12-2017.2.2_1n"
32+ L3_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Service|Bgp|Network|Policy|TestTrigger|ACIM|Netprofile"
3233
3334all : build unit-test system-test ubuntu-tests
3435
@@ -223,7 +224,7 @@ system-test:start
223224l3-test :
224225 CONTIV_L3=2 CONTIV_NODES=3 make stop start ssh-build
225226 cd $(GOPATH ) /src/github.com/contiv/netplugin/scripts/python && PYTHONIOENCODING=utf-8 ./createcfg.py -contiv_l3 2
226- CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 900m ./test/systemtests -check.v -check.abort
227+ CONTIV_L3=2 CONTIV_NODES=3 go test -v -timeout 900m ./test/systemtests -check.v -check.abort -check.f $( L3_SYSTEM_TESTS_TO_RUN )
227228 CONTIV_L3=2 CONTIV_NODES=3 make stop
228229
229230# l3-demo setup for docker/swarm
You can’t perform that action at this time.
0 commit comments