Skip to content

Commit 978aa3f

Browse files
committed
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.
1 parent 9d17148 commit 978aa3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Here are a few pointers:
180180
others. A few examples of well-written tests include:
181181
[Replication Controllers](https://git.k8s.io/kubernetes/test/e2e/apps/rc.go),
182182
[Services](https://git.k8s.io/kubernetes/test/e2e/network/service.go),
183-
[Reboot](https://git.k8s.io/kubernetes/test/e2e/lifecycle/reboot.go).
183+
[Reboot](https://git.k8s.io/kubernetes/test/e2e/cloud/gcp/reboot.go).
184184
+ [Ginkgo Test Framework](https://github.com/onsi/ginkgo): This is the
185185
test library and runner upon which our e2e tests are built. Before
186186
you write or refactor a test, read the docs and make sure that you

0 commit comments

Comments
 (0)