Skip to content

Commit 64e18e4

Browse files
committed
Makefile: add L3 system tests to env var
Signed-off-by: Cristian Staretu <[email protected]>
1 parent 420eecb commit 64e18e4

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
@@ -27,6 +27,7 @@ GOVET_CMD := go tool vet
2727
CI_HOST_TARGETS ?= "host-unit-test host-integ-test host-build-docker-image"
2828
SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Network|Policy|TestTrigger|ACIM|Netprofile"
2929
ACI_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

3132
all: build unit-test system-test ubuntu-tests
3233

@@ -231,7 +232,7 @@ system-test:start
231232
l3-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
236237
l3-demo:
237238
CONTIV_L3=1 CONTIV_NODES=3 vagrant up

0 commit comments

Comments
 (0)