diff options
| author | Michael McCune <elmiko@redhat.com> | 2020-09-14 14:45:40 -0400 |
|---|---|---|
| committer | Michael McCune <elmiko@redhat.com> | 2020-09-14 14:45:40 -0400 |
| commit | 978aa3fb5b5593aed4b11ee0cc45ab9dcd16e5e8 (patch) | |
| tree | ffaa3958fc5e79a6ed3c98f0e0a474c0d1bb508b | |
| parent | 9d17148c03696a6eefc2b582a24ba2272d15dac0 (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.md | 2 |
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 |
