Skip to content

Commit

Permalink
Update cilium e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: manuelbuil <[email protected]>
  • Loading branch information
manuelbuil committed Sep 13, 2024
1 parent 930ade2 commit 0c83bc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e/ciliumnokp/ciliumnokp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,13 @@ var _ = Describe("Verify DualStack in Cilium without kube-proxy configuration",
res, err := e2e.RunCommand(cmd)
Expect(err).NotTo(HaveOccurred(), res)
// We expect the following output and the important parts are HostPort, LoadBalancer, Host Routing and Masquerading
// Host Routing: BPF
// Routing: Network: Tunnel [vxlan] Host: BPF
// Masquerading: BPF
// Clock Source for BPF: ktime
// - LoadBalancer: Enabled
// - HostPort: Enabled
// BPF Maps: dynamic sizing: on (ratio: 0.002500)
Expect(res).Should(ContainSubstring("Host Routing"))
Expect(res).Should(ContainSubstring("Routing"))
Expect(res).Should(ContainSubstring("Masquerading"))
Expect(res).Should(ContainSubstring("LoadBalancer: Enabled"))
Expect(res).Should(ContainSubstring("HostPort: Enabled"))
Expand Down

0 comments on commit 0c83bc8

Please sign in to comment.