mirror of
https://github.com/rancher/plugins.git
synced 2025-07-07 20:20:52 +00:00
Merge pull request #234 from plwhite/vagrant
Tweak contributing instructions to clarify how to run tests.
This commit is contained in:
commit
b75d14ab84
@ -66,10 +66,12 @@ git clone https://github.com/containernetworking/plugins
|
|||||||
Next, boot the virtual machine and SSH in to run the tests:
|
Next, boot the virtual machine and SSH in to run the tests:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
cd ~/workspace/plugins
|
||||||
vagrant up
|
vagrant up
|
||||||
vagrant ssh
|
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
|
||||||
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