summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael McCune <elmiko@redhat.com>2020-09-14 14:45:40 -0400
committerMichael McCune <elmiko@redhat.com>2020-09-14 14:45:40 -0400
commit978aa3fb5b5593aed4b11ee0cc45ab9dcd16e5e8 (patch)
treeffaa3958fc5e79a6ed3c98f0e0a474c0d1bb508b
parent9d17148c03696a6eefc2b582a24ba2272d15dac0 (diff)
update link to reboot test in writing good e2e tests doc
This change updates the link to reboot.go as it has moved to the `test/e2e/cloud/gcp` directory of the kubernetes repository.
-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