diff options
| author | Tim Hockin <thockin@google.com> | 2016-04-13 23:30:15 -0700 |
|---|---|---|
| committer | Tim Hockin <thockin@google.com> | 2016-05-08 20:30:37 -0700 |
| commit | f02a0dc5c12a0c24586bfd6d73820ee1a4551eaa (patch) | |
| tree | 3489e578e8e73e0a21c823eb9d882141601999f1 /e2e-node-tests.md | |
| parent | 1f7e8a462bccdcc4219d41d4ed94d024c66486b5 (diff) | |
Convert everything to use vendor/
Diffstat (limited to 'e2e-node-tests.md')
| -rw-r--r-- | e2e-node-tests.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e2e-node-tests.md b/e2e-node-tests.md index 09189457..98450796 100644 --- a/e2e-node-tests.md +++ b/e2e-node-tests.md @@ -82,12 +82,12 @@ See [setup_host.sh](../../test/e2e_node/environment/setup_host.sh) * **Requires password-less ssh and sudo access** * Make sure this works - e.g. `ssh <hostname> -- sudo echo "ok"` * If ssh flags are required (e.g. `-i`), they can be used and passed to the tests with `--ssh-options` - * `godep go run test/e2e_node/runner/run_e2e.go --logtostderr --hosts <comma separated hosts>` + * `go run test/e2e_node/runner/run_e2e.go --logtostderr --hosts <comma separated hosts>` * **Must be run from kubernetes root** * requires (go get): `github.com/tools/godep`, `github.com/onsi/gomega`, `github.com/onsi/ginkgo/ginkgo` 3. Alternatively, manually build and copy `e2e_node_test.tar.gz` to a remote host - * Build the tar.gz `godep go run test/e2e_node/runner/run_e2e.go --logtostderr --build-only` + * Build the tar.gz `go run test/e2e_node/runner/run_e2e.go --logtostderr --build-only` * requires (go get): `github.com/tools/godep`, `github.com/onsi/gomega`, `github.com/onsi/ginkgo/ginkgo` * Copy `e2e_node_test.tar.gz` to the remote host * Extract the archive on the remote host `tar -xzvf e2e_node_test.tar.gz` |
