mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 10:51:29 +00:00
Merge pull request #99952 from ii/Promote-ReplicaSet-Test
Promote ReplicaSet Replace and Patch Test +2 Endpoints
This commit is contained in:
commit
761cdf33a2
7
test/conformance/testdata/conformance.yaml
vendored
7
test/conformance/testdata/conformance.yaml
vendored
@ -734,6 +734,13 @@
|
||||
the Job MUST execute to completion.
|
||||
release: v1.16
|
||||
file: test/e2e/apps/job.go
|
||||
- testname: ReplicaSet, is created, Replaced and Patched
|
||||
codename: '[sig-apps] ReplicaSet Replace and Patch tests [Conformance]'
|
||||
description: Create a ReplicaSet (RS) with a single Pod. The Pod MUST be verified
|
||||
that it is running. The RS MUST scale to two replicas and verify the scale count
|
||||
The RS MUST be patched and verify that patch succeeded.
|
||||
release: v1.21
|
||||
file: test/e2e/apps/replica_set.go
|
||||
- testname: ReplicaSet, completes the scaling of a ReplicaSet subresource
|
||||
codename: '[sig-apps] ReplicaSet Replicaset should have a working scale subresource
|
||||
[Conformance]'
|
||||
|
@ -131,7 +131,14 @@ var _ = SIGDescribe("ReplicaSet", func() {
|
||||
testRSScaleSubresources(f)
|
||||
})
|
||||
|
||||
ginkgo.It("ReplicaSet Replace and Patch tests", func() {
|
||||
/*
|
||||
Release: v1.21
|
||||
Testname: ReplicaSet, is created, Replaced and Patched
|
||||
Description: Create a ReplicaSet (RS) with a single Pod. The Pod MUST be verified
|
||||
that it is running. The RS MUST scale to two replicas and verify the scale count
|
||||
The RS MUST be patched and verify that patch succeeded.
|
||||
*/
|
||||
framework.ConformanceIt("Replace and Patch tests", func() {
|
||||
testRSLifeCycle(f)
|
||||
})
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user