Skip to content

Commit 6312f6b

Browse files
committed
Updating Makefile
isolating System-test running ACI testcases which we will be writing in future. Current One ACI test case is fine.
1 parent bac73df commit 6312f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ ubuntu-tests:
130130
CONTIV_NODE_OS=ubuntu make clean build unit-test system-test stop
131131

132132
system-test:start
133-
godep go test -v -timeout 240m ./systemtests -check.v -check.f "00SSH|Basic|Network|Policy|TestTrigger|ACI"
133+
godep go test -v -timeout 240m ./systemtests -check.v -check.f "00SSH|Basic|Network|Policy|TestTrigger|ACIM"
134134

135135
l3-test:
136136
CONTIV_L3=2 CONTIV_NODES=3 make stop

0 commit comments

Comments
 (0)