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:
Sho SHIMIZU
2019-10-07 17:42:44 +09:00
parent d0eeb27494
commit 77b51f0bc9

View File

@ -72,6 +72,7 @@ vagrant ssh
# you're now in a shell in a virtual machine
sudo su
go get github.com/onsi/ginkgo/ginkgo
go install github.com/containernetworking/cni/cnitool
cd /go/src/github.com/containernetworking/plugins
# to run the full test suite