Skip to content

Commit f7ed698

Browse files
authored
Resolving issue 486
This PR is to take care of Issue#486. By default 3 nodes should be running whenever we are running system-tests. make demo, make start should be working as it is on 2 nodes before.
1 parent 2671f2f commit f7ed698

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ else
7676
start: update
7777
CONTIV_NODE_OS=${CONTIV_NODE_OS} vagrant up
7878
endif
79+
system-test-start:
80+
CONTIV_NODES=3 vagrant up
7981

8082
#kubernetes demo targets
8183
k8s-cluster:
@@ -138,7 +140,7 @@ unit-test: stop clean build
138140
ubuntu-tests:
139141
CONTIV_NODE_OS=ubuntu make clean build unit-test system-test stop
140142

141-
system-test:start
143+
system-test:system-test-start
142144
go test -v -timeout 240m ./systemtests -check.v -check.f "00SSH|Basic|Network|Policy|TestTrigger|ACIM"
143145

144146
l3-test:

0 commit comments

Comments
 (0)