cilium / cilium-cli

CLI to install, manage & troubleshoot Kubernetes clusters running Cilium
https://cilium.io
Apache License 2.0
390 stars 196 forks source link

connectivity: Add local redirect policy tests #2568

Closed aditighag closed 3 weeks ago

aditighag commented 1 month ago

This PR introduces local redirect policy tests to the connectivity suite.

In order to break the circular dependency, there is a separate PR on cilium/cilium repo that enables these tests using a custom version of cilium-cli obtained from this PR changes. Here are successful test runs from the cilium/cilium PR CI runs -

Runs after addressing review comments - https://github.com/cilium/cilium/actions/runs/9409627836/job/25920752091 https://github.com/cilium/cilium/actions/runs/9409627836/job/25919911738

https://github.com/cilium/cilium/actions/runs/9387516652/job/25850621644 https://github.com/cilium/cilium/actions/runs/9377202073/job/25819021276 https://github.com/cilium/cilium/actions/runs/9375976798/job/25815109405 https://github.com/cilium/cilium/actions/runs/9377202073/job/25818391762

Add local redirect policy connectivity tests.