Skip to content

Commit

Permalink
Revert "test: Disable host firewall in AutoDirectNodeRoutes test"
Browse files Browse the repository at this point in the history
This reverts commit be4e93e.

Issue #12205 has been fixed via #16136, and the Host Firewall can be
used again in the tests.

Signed-off-by: Quentin Monnet <quentin@isovalent.com>
  • Loading branch information
qmonnet authored and aanm committed Jul 15, 2021
1 parent 556bdc3 commit 23ffda0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/k8sT/DatapathConfiguration.go
Expand Up @@ -338,9 +338,6 @@ var _ = Describe("K8sDatapathConfig", func() {
// Needed to bypass bug with masquerading when devices are set. See #12141.
if helpers.DoesNotRunWithKubeProxyReplacement() {
options["masquerade"] = "false"
// This test fails if the hostfw is enabled (and devices specified).
// See #12205 for details.
options["hostFirewall"] = "false"
}
deploymentManager.DeployCilium(options, DeployCiliumOptionsAndDNS)

Expand Down

0 comments on commit 23ffda0

Please sign in to comment.