From 77b51f0bc959073d6495ce774a0ec7375fe69197 Mon Sep 17 00:00:00 2001 From: Sho SHIMIZU Date: Mon, 7 Oct 2019 17:42:44 +0900 Subject: [PATCH] contributing doc: describe cnitool installation cnitool must be installed before running tests because cnitool is invoked during the tests Signed-off-by: Sho SHIMIZU --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a56a1925..ab73ed68 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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