mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Promote Namespace e2e test to Conformance
This commit is contained in:
parent
8287e21228
commit
974f4b8ee1
7
test/conformance/testdata/conformance.yaml
vendored
7
test/conformance/testdata/conformance.yaml
vendored
@ -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]'
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user