mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-30 23:15:14 +00:00
Promote e2e failre test for rc check for exceeding pod quota to conformance - Version updated to v1.15
This commit is contained in:
parent
983cf51c53
commit
6b8226327d
1
test/conformance/testdata/conformance.txt
vendored
1
test/conformance/testdata/conformance.txt
vendored
@ -24,6 +24,7 @@ test/e2e/apps/deployment.go: "deployment should delete old replica sets"
|
||||
test/e2e/apps/deployment.go: "deployment should support rollover"
|
||||
test/e2e/apps/deployment.go: "deployment should support proportional scaling"
|
||||
test/e2e/apps/rc.go: "should serve a basic image on each replica with a public image"
|
||||
test/e2e/apps/rc.go: "should surface a failure condition on a common issue like exceeded quota"
|
||||
test/e2e/apps/rc.go: "should adopt matching pods on creation"
|
||||
test/e2e/apps/rc.go: "should release no longer matching pods"
|
||||
test/e2e/apps/replica_set.go: "should serve a basic image on each replica with a public image"
|
||||
|
@ -56,7 +56,12 @@ var _ = SIGDescribe("ReplicationController", func() {
|
||||
TestReplicationControllerServeImageOrFail(f, "private", imageutils.GetE2EImage(privateimage))
|
||||
})
|
||||
|
||||
It("should surface a failure condition on a common issue like exceeded quota", func() {
|
||||
/*
|
||||
Release : v1.15
|
||||
Testname: Replication Controller, check for issues like exceeding allocated quota
|
||||
Description: Attempt to create a Replication Controller with pods exceeding the namespace quota. The creation MUST fail
|
||||
*/
|
||||
framework.ConformanceIt("should surface a failure condition on a common issue like exceeded quota", func() {
|
||||
testReplicationControllerConditionCheck(f)
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user