Skip to content

Commit 810f5c7

Browse files
authored
Merge pull request #3865 from saschagrunert/hugepages-testing
KEP-2053 Update test plan for DownwardAPIHugePages
2 parents 12b7f9f + b5b3585 commit 810f5c7

File tree

1 file changed

+21
-0
lines changed
  • keps/sig-node/2053-downward-api-hugepages

1 file changed

+21
-0
lines changed

keps/sig-node/2053-downward-api-hugepages/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
- [Risks and Mitigations](#risks-and-mitigations)
1111
- [Design Details](#design-details)
1212
- [Test Plan](#test-plan)
13+
- [Prerequisite testing updates](#prerequisite-testing-updates)
14+
- [Unit tests](#unit-tests)
15+
- [Integration tests](#integration-tests)
16+
- [e2e tests](#e2e-tests)
1317
- [Graduation Criteria](#graduation-criteria)
1418
- [Alpha](#alpha)
1519
- [Alpha -> Beta Graduation](#alpha---beta-graduation)
@@ -113,8 +117,25 @@ and or container cgroup.
113117

114118
### Test Plan
115119

120+
[x] I/we understand the owners of the involved components may require updates to
121+
existing tests to make this code solid enough prior to committing the changes
122+
necessary to implement this enhancement.
123+
124+
##### Prerequisite testing updates
125+
126+
No further additional tests needed to be added prior implementing this
127+
enhancement.
128+
129+
##### Unit tests
130+
116131
Unit and e2e testing will be added consistent with other resources in downward API.
117132

133+
##### Integration tests
134+
135+
There are no integration tests, only e2e tests.
136+
137+
##### e2e tests
138+
118139
e2e testing will only function if a node in the cluster exposes hugepages, otherwise,
119140
it will gracefully skip (as expected).
120141

0 commit comments

Comments
 (0)