File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 2267
2267
be evicted if the taint is removed before toleration time ends.
2268
2268
release : v1.16
2269
2269
file : test/e2e/node/taints.go
2270
+ - testname : Node, resource lifecycle
2271
+ codename : ' [sig-node] Node Lifecycle should run through the lifecycle of a node
2272
+ [Conformance]'
2273
+ description : Creating and Reading a Node MUST succeed with required name retrieved.
2274
+ Patching a Node MUST succeed with its new label found. Listing Nodes with a labelSelector
2275
+ MUST succeed with only a single node found. Updating a Node MUST succeed with
2276
+ its new label found. Deleting the Node MUST succeed and its deletion MUST be confirmed.
2277
+ release : v1.32
2278
+ file : test/e2e/node/node_lifecycle.go
2270
2279
- testname : PodTemplate, delete a collection
2271
2280
codename : ' [sig-node] PodTemplates should delete a collection of pod templates [Conformance]'
2272
2281
description : A set of Pod Templates is created with a label selector which MUST
Original file line number Diff line number Diff line change @@ -40,7 +40,15 @@ var _ = SIGDescribe("Node Lifecycle", func() {
40
40
f := framework .NewDefaultFramework ("fake-node" )
41
41
f .NamespacePodSecurityLevel = admissionapi .LevelPrivileged
42
42
43
- ginkgo .It ("should run through the lifecycle of a node" , func (ctx context.Context ) {
43
+ /*
44
+ Release: v1.32
45
+ Testname: Node, resource lifecycle
46
+ Description: Creating and Reading a Node MUST succeed with required name retrieved.
47
+ Patching a Node MUST succeed with its new label found. Listing Nodes with a labelSelector
48
+ MUST succeed with only a single node found. Updating a Node MUST succeed with
49
+ its new label found. Deleting the Node MUST succeed and its deletion MUST be confirmed.
50
+ */
51
+ framework .ConformanceIt ("should run through the lifecycle of a node" , func (ctx context.Context ) {
44
52
// the scope of this test only covers the api-server
45
53
46
54
nodeClient := f .ClientSet .CoreV1 ().Nodes ()
You can’t perform that action at this time.
0 commit comments