File tree 1 file changed +21
-0
lines changed
keps/sig-node/2053-downward-api-hugepages
1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 10
10
- [ Risks and Mitigations] ( #risks-and-mitigations )
11
11
- [ Design Details] ( #design-details )
12
12
- [ 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 )
13
17
- [ Graduation Criteria] ( #graduation-criteria )
14
18
- [ Alpha] ( #alpha )
15
19
- [ Alpha -> ; Beta Graduation] ( #alpha---beta-graduation )
@@ -113,8 +117,25 @@ and or container cgroup.
113
117
114
118
### Test Plan
115
119
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
+
116
131
Unit and e2e testing will be added consistent with other resources in downward API.
117
132
133
+ ##### Integration tests
134
+
135
+ There are no integration tests, only e2e tests.
136
+
137
+ ##### e2e tests
138
+
118
139
e2e testing will only function if a node in the cluster exposes hugepages, otherwise,
119
140
it will gracefully skip (as expected).
120
141
You can’t perform that action at this time.
0 commit comments