File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ TAR_FILENAME := $(NAME)-$(VERSION).$(TAR_EXT)
19
19
TAR_LOC := .
20
20
TAR_FILE := $(TAR_LOC ) /$(TAR_FILENAME )
21
21
22
- all : build unit-test sanity -test centos-tests
22
+ all : build unit-test system -test centos-tests
23
23
24
24
# 'all-CI' target is used by the scripts/CI.sh that passes appropriate set of
25
25
# ENV variables (from the jenkins job) to run OS (centos, ubuntu etc) and
26
26
# sandbox specific(vagrant, docker-in-docker)
27
- all-CI : build unit-test sanity -test
27
+ all-CI : build unit-test system -test
28
28
29
- test : build unit-test sanity -test centos-tests
29
+ test : build unit-test system -test centos-tests
30
30
31
31
default : build
32
32
@@ -92,10 +92,10 @@ unit-test: stop clean build
92
92
./scripts/unittests -vagrant
93
93
94
94
centos-tests :
95
- CONTIV_NODE_OS=centos make clean build unit-test sanity -test stop
95
+ CONTIV_NODE_OS=centos make clean build unit-test system -test stop
96
96
97
97
system-test : start
98
- godep go test -v -timeout 60m ./systemtests -check.v
98
+ godep go test -v -timeout 120m ./systemtests -check.v
99
99
100
100
host-build :
101
101
@echo " dev: making binaries..."
You can’t perform that action at this time.
0 commit comments