From 0ea650b2c646b219c52b4b86ab93fadb8428fed6 Mon Sep 17 00:00:00 2001 From: Caleb Woodbine Date: Wed, 12 Feb 2020 10:55:18 +1300 Subject: [PATCH] Fix: conformance data, conformance test entrypoint --- test/e2e/common/configmap.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/common/configmap.go b/test/e2e/common/configmap.go index 89de68e5c22..67f0bf578c8 100644 --- a/test/e2e/common/configmap.go +++ b/test/e2e/common/configmap.go @@ -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())