Skip to content

Commit

Permalink
Merge pull request containernetworking#234 from plwhite/vagrant
Browse files Browse the repository at this point in the history
Tweak contributing instructions to clarify how to run tests.
  • Loading branch information
dcbw authored Nov 21, 2018
2 parents 073df9a + 251a00e commit b75d14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,12 @@ git clone https://github.com/containernetworking/plugins
Next, boot the virtual machine and SSH in to run the tests:

```bash
cd ~/workspace/plugins
vagrant up
vagrant ssh
# you're now in a shell in a virtual machine
sudo su
go get github.com/onsi/ginkgo/ginkgo
cd /go/src/github.com/containernetworking/plugins

# to run the full test suite
Expand Down

0 comments on commit b75d14a

Please sign in to comment.