Skip to content

Commit

Permalink
Merge pull request #1415 from FloatXD/e2e-up-6
Browse files Browse the repository at this point in the history
[Test]Update the Cluster Type in calicoctl version to v3.28.1
  • Loading branch information
0ekk authored Nov 25, 2024
2 parents 946b764 + c2817c1 commit efe38eb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit efe38eb

Please sign in to comment.