From c2817c1bec6ec1ac2cbd4b9d0648568d2ed69cd0 Mon Sep 17 00:00:00 2001 From: "panyintian.fu" Date: Mon, 25 Nov 2024 09:20:53 +0800 Subject: [PATCH] [Test]Update the Cluster Type in calicoctl version to v3.28.1 Signed-off-by: panyintian.fu --- test/kubean_sonobouy_nightlye2e/kubean_cluster_sonobouy_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/kubean_sonobouy_nightlye2e/kubean_cluster_sonobouy_test.go b/test/kubean_sonobouy_nightlye2e/kubean_cluster_sonobouy_test.go index ec0099ca4..c4fb15631 100644 --- a/test/kubean_sonobouy_nightlye2e/kubean_cluster_sonobouy_test.go +++ b/test/kubean_sonobouy_nightlye2e/kubean_cluster_sonobouy_test.go @@ -149,7 +149,7 @@ var _ = ginkgo.Describe("e2e test cluster 1 master + 1 worker sonobouy check", f klog.Info("check calicoctl: ", masterOut.String()) gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("Client Version")) gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("Cluster Version")) - gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("kubespray,kubeadm,kdd")) + gomega.Expect(masterOut.String()).Should(gomega.ContainSubstring("k8s,bgp,kubeadm,kdd")) //6. check pod connection: tools.CreatePod(pod1Name, tools.DefaultNamespace, "node1", nginxImage, localKubeConfigPath)