Skip to content

Commit df5f25b

Browse files
authored
Merge pull request #7726 from YuikoTakada/e2e_node-test
Add link to e2e_node test docs
2 parents 70fd52b + 3e5ee6b commit df5f25b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ The primary objectives of the e2e tests are to ensure a consistent and reliable
4242
behavior of the Kubernetes code base, and to catch hard-to-test bugs before
4343
users do, when unit and integration tests are insufficient.
4444

45+
**NOTE:** If you want test against a cluster, you can use `test/e2e` framework. This page is written about `test/e2e`. If you want to test the `kubelet` code, you can use `test/e2e_node` framework. If you want to know `test/e2e_node` , please see the [e2e-node-tests](../sig-node/e2e-node-tests.md).
46+
4547
The e2e tests in Kubernetes are built atop of
4648
[Ginkgo](http://onsi.github.io/ginkgo/) and
4749
[Gomega](http://onsi.github.io/gomega/). There are a host of features that this

0 commit comments

Comments
 (0)