Skip to content

Commit 777dfe5

Browse files
committed
update kubetest installation instructions in the developer e2e testing documentation
This change removes the installation instructions for kubetest in favor of links to the project documentation. The reason for this change is that the installation instructions are no longer current for the project, this removal will aid with a de-duplication of information.
1 parent 41d1cf8 commit 777dfe5

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

contributors/devel/sig-testing/e2e-tests.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,9 @@ should also read [Writing Good e2e Tests](writing-good-e2e-tests.md)
5959
There are a variety of ways to run e2e tests, but we aim to decrease the number
6060
of ways to run e2e tests to a canonical way: `kubetest`.
6161

62-
You can install `kubetest` as follows (If you face a download issue, please see issue [#14712](https://github.com/kubernetes/test-infra/issues/14712#issuecomment-541560441)):
63-
```sh
64-
go get -u k8s.io/test-infra/kubetest
65-
```
62+
For information on installing `kubetest`, please see the
63+
[installation section](https://github.com/kubernetes/test-infra/tree/master/kubetest#installation) of the
64+
[Kubetest project documentation](https://github.com/kubernetes/test-infra/tree/master/kubetest).
6665

6766
You can run an end-to-end test which will bring up a master and nodes, perform
6867
some tests, and then tear everything down. Make sure you have followed the

0 commit comments

Comments
 (0)