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

test/K8sServices: redeploy Cilium before fragment tracking tests #11663

Merged
merged 1 commit into from May 26, 2020

Commits on May 22, 2020

  1. test/K8sServices: redeploy Cilium before fragment tracking tests

    In #11602, Cilium redeployment was removed from most of the AfterAll()
    steps in the tests. It could not be removed in one case in the Service
    tests, because running IPv4 fragment tracking tests with the options
    used to deploy Cilium in the previous test make them fail.
    
    Deploy Cilium with a clean configuration before running the fragment
    tracking tests, and remove redeployment from that AfterAll() block at
    last.
    
    Signed-off-by: Quentin Monnet <quentin@isovalent.com>
    qmonnet committed May 22, 2020
    Configuration menu
    Copy the full SHA
    0f790cd View commit details
    Browse the repository at this point in the history