Skip to content

Commit 4d0ccd0

Browse files
committed
undoing makefile change
1 parent c30391f commit 4d0ccd0

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
@@ -119,7 +119,7 @@ k8s-test:
119119
#make ssh-build
120120
cd vagrant/k8s/ && CONTIV_K8=1 vagrant ssh k8master -c 'sudo -i bash -lc "cd /opt/gopath/src/github.com/contiv/netplugin && make run-build"'
121121
CONTIV_K8=1 cd vagrant/k8s/ && ./start_sanity_service.sh
122-
CONTIV_K8=1 CONTIV_NODES=3 go test -v -timeout 540m ./test/systemtests -check.v -check.f "00SSH|Basic|Network|Policy|TestTrigger|ACIM|HostBridge|Netprofile|Service"
122+
CONTIV_K8=1 CONTIV_NODES=3 go test -v -timeout 540m ./test/systemtests -check.v -check.f "00SSH|Basic|Network|Policy|TestTrigger|ACIM|HostBridge|Netprofile"
123123
cd vagrant/k8s && vagrant destroy -f
124124
# Mesos demo targets
125125
mesos-docker-demo:

0 commit comments

Comments
 (0)