Merge pull request #112308 from ii/promote-namespace-replace-test

Promote CoreV1NamespaceReplace Test +1 Endpoint
This commit is contained in:
Kubernetes Prow Robot 2022-09-08 13:11:43 -07:00 committed by GitHub
commit 9188d55689
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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