Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tests: re-enable Host Firewall for AutoDirectNodeRoutes test and encryption + direct routing #16652

Merged
merged 2 commits into from
Jul 15, 2021

Commits on Jul 15, 2021

  1. Revert "test: Disable host firewall in AutoDirectNodeRoutes test"

    This reverts commit be4e93e.
    
    Issue cilium#12205 has been fixed via cilium#16136, and the Host Firewall can be
    used again in the tests.
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    9520112 View commit details
    Browse the repository at this point in the history
  2. test: reenable check for encryption and direct routing with bpf_host

    The test was disabled because of issue cilium#12205: When bpf_host was loading
    on the native device, the source identity of packet on the destination
    node was resolved to WORLD and policy enforcement would fail.
    
    This has now been fixed via cilium#16136, and we can run the test again.
    
    Also adjust the conditions for the test, to reflect the changes to
    surrounding IPSec tests from f1209d0 ("test: Enable IPSec tests on
    4.19").
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    d870d39 View commit details
    Browse the repository at this point in the history