Skip to content

Commit 896d954

Browse files
committed
Makefile: add L3 system tests to env var
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 5732e53 commit 896d954

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image"
2929
SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy|TestTrigger|ACIM|Netprofile"
3030
K8S_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy"
3131
ACI_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

3334
all: build unit-test system-test ubuntu-tests
3435

@@ -223,7 +224,7 @@ system-test:start
223224
l3-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

0 commit comments

Comments
 (0)