Promote: PodTemplate Lifecycle test
This commit is contained in:
parent
debb1edee1
commit
633a72ce28
9
test/conformance/testdata/conformance.yaml
vendored
9
test/conformance/testdata/conformance.yaml
vendored
@ -1234,6 +1234,15 @@
|
||||
StorageClass or a dynamic provisioner.
|
||||
release: v1.9
|
||||
file: test/e2e/apps/statefulset.go
|
||||
- testname: ConfigMap lifecycle
|
||||
codename: '[sig-architecture] PodTemplates should run the lifecycle of PodTemplates
|
||||
[Conformance]'
|
||||
description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching
|
||||
the ConfigMap MUST reflect changes. By fetching all the ConfigMaps via a Label
|
||||
selector it MUST find the ConfigMap by it's static label and updated value. The
|
||||
ConfigMap must be deleted by Collection.
|
||||
release: v1.18
|
||||
file: test/e2e/common/podtemplates.go
|
||||
- testname: Service account tokens auto mount optionally
|
||||
codename: '[sig-auth] ServiceAccounts should allow opting out of API token automount [Conformance]'
|
||||
description: Ensure that Service Account keys are mounted into the Pod only when
|
||||
|
@ -31,8 +31,13 @@ import (
|
||||
|
||||
var _ = ginkgo.Describe("[sig-architecture] PodTemplates", func() {
|
||||
f := framework.NewDefaultFramework("podtemplate")
|
||||
|
||||
ginkgo.It("should run the lifecycle of PodTemplates", func() {
|
||||
/*
|
||||
Release : v1.18
|
||||
Testname: ConfigMap lifecycle
|
||||
Description: Attempt to create a ConfigMap. Patch the created ConfigMap. Fetching the ConfigMap MUST reflect changes.
|
||||
By fetching all the ConfigMaps via a Label selector it MUST find the ConfigMap by it's static label and updated value. The ConfigMap must be deleted by Collection.
|
||||
*/
|
||||
framework.ConformanceIt("should run the lifecycle of PodTemplates", func() {
|
||||
testNamespaceName := f.Namespace.Name
|
||||
podTemplateName := "nginx-pod-template-" + string(uuid.NewUUID())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user