summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-09-14 16:21:27 -0700
committerGitHub <noreply@github.com>2020-09-14 16:21:27 -0700
commitd94a0b4a455403c98d51a36c6ce428d1a15f2b95 (patch)
tree970cdb7af61540d8383550799323878eaad80ce6
parent734e8222d3cfb2bf1264215e78ca345bcdef2c2d (diff)
parent978aa3fb5b5593aed4b11ee0cc45ab9dcd16e5e8 (diff)
Merge pull request #5136 from elmiko/update-e2e-test-guide-reboot-link
update link to reboot test in writing good e2e tests doc
-rw-r--r--contributors/devel/sig-testing/writing-good-e2e-tests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-testing/writing-good-e2e-tests.md b/contributors/devel/sig-testing/writing-good-e2e-tests.md
index 10c7c341..922c42ee 100644
--- a/contributors/devel/sig-testing/writing-good-e2e-tests.md
+++ b/contributors/devel/sig-testing/writing-good-e2e-tests.md
@@ -180,7 +180,7 @@ Here are a few pointers:
others. A few examples of well-written tests include:
[Replication Controllers](https://git.k8s.io/kubernetes/test/e2e/apps/rc.go),
[Services](https://git.k8s.io/kubernetes/test/e2e/network/service.go),
- [Reboot](https://git.k8s.io/kubernetes/test/e2e/lifecycle/reboot.go).
+ [Reboot](https://git.k8s.io/kubernetes/test/e2e/cloud/gcp/reboot.go).
+ [Ginkgo Test Framework](https://github.com/onsi/ginkgo): This is the
test library and runner upon which our e2e tests are built. Before
you write or refactor a test, read the docs and make sure that you