Promote Namespace e2e test to Conformance

This commit is contained in:
Stephen Heywood 2022-09-08 11:44:05 +12:00
parent 8287e21228
commit 974f4b8ee1
2 changed files with 14 additions and 1 deletions

View File

@ -384,6 +384,13 @@
MUST cause pods created by that RC to be orphaned.
release: v1.9
file: test/e2e/apimachinery/garbage_collector.go
- testname: Namespace, apply update to a namespace
codename: '[sig-api-machinery] Namespaces [Serial] should apply an update to a Namespace
[Conformance]'
description: When updating the namespace it MUST succeed and the field MUST equal
the new value.
release: v1.26
file: test/e2e/apimachinery/namespace.go
- testname: Namespace, apply changes to a namespace status
codename: '[sig-api-machinery] Namespaces [Serial] should apply changes to a namespace
status [Conformance]'

View File

@ -356,7 +356,13 @@ var _ = SIGDescribe("Namespaces [Serial]", func() {
framework.Logf("Status.Condition: %#v", statusUpdated.Status.Conditions[len(statusUpdated.Status.Conditions)-1])
})
ginkgo.It("should apply an update to a Namespace", func() {
/*
Release: v1.26
Testname: Namespace, apply update to a namespace
Description: When updating the namespace it MUST
succeed and the field MUST equal the new value.
*/
framework.ConformanceIt("should apply an update to a Namespace", func() {
var err error
var updatedNamespace *v1.Namespace
ns := f.Namespace.Name