File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
- .PHONY : all build test
2
+ .PHONY : all build update start stop test host-build host-test godep
3
3
4
4
all : build test
5
5
@@ -25,6 +25,7 @@ host-build:
25
25
go install ./ ./modeldb
26
26
27
27
host-test :
28
+ etcdctl rm --recursive /contiv.io || true
28
29
go test -v ./ ./modeldb
29
30
go test -bench=. -run " Benchmark"
30
31
Original file line number Diff line number Diff line change 35
35
36
36
VAGRANTFILE_API_VERSION = "2"
37
37
Vagrant . configure ( VAGRANTFILE_API_VERSION ) do |config |
38
- config . vm . box = "contiv/ubuntu1504-netplugin "
39
- config . vm . box_version = "0.3.1 "
38
+ config . vm . box = "contiv/centos73 "
39
+ config . vm . box_version = "0.10.0 "
40
40
num_nodes = 1
41
41
base_ip = "192.168.10."
42
42
node_ips = num_nodes . times . collect { |n | base_ip + "#{ n +10 } " }
You can’t perform that action at this time.
0 commit comments