From a0007cf2116b323adcd90724510adf6faaf92375 Mon Sep 17 00:00:00 2001 From: fabriziopandini Date: Thu, 4 Apr 2024 15:43:13 +0200 Subject: [PATCH] Add more supervisor tests --- test/e2e/k8s_conformance_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/k8s_conformance_test.go b/test/e2e/k8s_conformance_test.go index cd5ab9c0e7..27ee4955b9 100644 --- a/test/e2e/k8s_conformance_test.go +++ b/test/e2e/k8s_conformance_test.go @@ -25,7 +25,7 @@ import ( "sigs.k8s.io/cluster-api/test/framework/kubernetesversions" ) -var _ = Describe("When testing K8S conformance [Conformance] [K8s-Install]", func() { +var _ = Describe("When testing K8S conformance [supervisor] [Conformance] [K8s-Install]", func() { // Note: This installs a cluster based on KUBERNETES_VERSION and runs conformance tests. const specName = "k8s-conformance" // copied from CAPI Setup(specName, func(testSpecificSettingsGetter func() testSettings) { @@ -43,7 +43,7 @@ var _ = Describe("When testing K8S conformance [Conformance] [K8s-Install]", fun }) }) -var _ = Describe("When testing K8S conformance with K8S latest ci [Conformance] [K8s-Install-ci-latest]", func() { +var _ = Describe("When testing K8S conformance with K8S latest ci [supervisor] [Conformance] [K8s-Install-ci-latest]", func() { // Note: This installs a cluster based on KUBERNETES_VERSION_LATEST_CI and runs conformance tests. // Note: We are resolving KUBERNETES_VERSION_LATEST_CI and then setting the resolved version as // KUBERNETES_VERSION env var. This only works without side effects on other tests because we are