Skip to content

Commit d94a0b4

Browse files
authored
Merge pull request #5136 from elmiko/update-e2e-test-guide-reboot-link
update link to reboot test in writing good e2e tests doc
2 parents 734e822 + 978aa3f commit d94a0b4

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)