mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-20 10:20:51 +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.
|
MUST cause pods created by that RC to be orphaned.
|
||||||
release: v1.9
|
release: v1.9
|
||||||
file: test/e2e/apimachinery/garbage_collector.go
|
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
|
- testname: Namespace, apply changes to a namespace status
|
||||||
codename: '[sig-api-machinery] Namespaces [Serial] should apply changes to a namespace
|
codename: '[sig-api-machinery] Namespaces [Serial] should apply changes to a namespace
|
||||||
status [Conformance]'
|
status [Conformance]'
|
||||||
|
@ -356,7 +356,13 @@ var _ = SIGDescribe("Namespaces [Serial]", func() {
|
|||||||
framework.Logf("Status.Condition: %#v", statusUpdated.Status.Conditions[len(statusUpdated.Status.Conditions)-1])
|
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 err error
|
||||||
var updatedNamespace *v1.Namespace
|
var updatedNamespace *v1.Namespace
|
||||||
ns := f.Namespace.Name
|
ns := f.Namespace.Name
|
||||||
|
Loading…
Reference in New Issue
Block a user