mirror of
https://github.com/rancher/plugins.git
synced 2025-07-19 17:39:48 +00:00
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:
parent
d0eeb27494
commit
77b51f0bc9
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user