mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-11 21:12:07 +00:00
Fix: conformance data, conformance test entrypoint
This commit is contained in:
parent
0b6994e85d
commit
0ea650b2c6
@ -174,7 +174,7 @@ var _ = ginkgo.Describe("[sig-node] ConfigMap", func() {
|
||||
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.
|
||||
*/
|
||||
ginkgo.It("should run through a ConfigMap lifecycle", func() {
|
||||
framework.ConformanceIt("should run through a ConfigMap lifecycle", func() {
|
||||
testNamespaceName := f.Namespace.Name
|
||||
testConfigMapName := "test-configmap" + string(uuid.NewUUID())
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user