diff options
| author | Kubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com> | 2020-09-14 16:21:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-14 16:21:27 -0700 |
| commit | d94a0b4a455403c98d51a36c6ce428d1a15f2b95 (patch) | |
| tree | 970cdb7af61540d8383550799323878eaad80ce6 | |
| parent | 734e8222d3cfb2bf1264215e78ca345bcdef2c2d (diff) | |
| parent | 978aa3fb5b5593aed4b11ee0cc45ab9dcd16e5e8 (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.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 |
