Skip to content

Commit 7825ae7

Browse files
committed
add explanation of integration tests
1 parent 5b258a9 commit 7825ae7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

keps/NNNN-kep-template/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,13 @@ extending the production code to implement this enhancement.
303303

304304
##### Integration tests
305305

306+
<!--
307+
Integration tests are contained in k8s.io/kubernetes/test/integration.
308+
Integration tests allow control of the configuration parameters used to start the binaries under test.
309+
This is different from e2e tests which do not allow configuration of parameters.
310+
Doing this allows testing non-default options and multiple different and potentially conflicting command line options.
311+
-->
312+
306313
<!--
307314
This question should be filled when targeting a release.
308315
For Alpha, describe what tests will be added to ensure proper quality of the enhancement.

0 commit comments

Comments
 (0)