Skip to content

Commit e7d4d80

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

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
@@ -26,6 +26,7 @@ GOFMT_CMD := gofmt -s -l
2626
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"
29+
L3_SYSTEM_TESTS_TO_RUN ?= "00SSH|Basic|Bgp|Network|Policy|TestTrigger|ACIM|Netprofile"
2930

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

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

0 commit comments

Comments
 (0)