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)