contributing doc: describe cnitool installation
cnitool must be installed before running tests because cnitool is invoked during the tests Signed-off-by: Sho SHIMIZU <sho.shimizu@gmail.com>
This commit is contained in:
@ -72,6 +72,7 @@ vagrant ssh
|
|||||||
# you're now in a shell in a virtual machine
|
# you're now in a shell in a virtual machine
|
||||||
sudo su
|
sudo su
|
||||||
go get github.com/onsi/ginkgo/ginkgo
|
go get github.com/onsi/ginkgo/ginkgo
|
||||||
|
go install github.com/containernetworking/cni/cnitool
|
||||||
cd /go/src/github.com/containernetworking/plugins
|
cd /go/src/github.com/containernetworking/plugins
|
||||||
|
|
||||||
# to run the full test suite
|
# to run the full test suite
|
||||||
|
Reference in New Issue
Block a user