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

e2e sig-network loadbalancer tests #98333

Merged
merged 2 commits into from
Jan 25, 2021
Merged

Commits on Jan 24, 2021

  1. e2e network test reorganization

    the sig-network e2e tests related to services has more than 3k lines.
    Some of those e2e tests are related to loadbalancers, that are
    cloud provider specific and have special requirements.
    
    We split up the services file and keeps the loadbalancers e2e tests
    in their own file and with their own tag, so it is easier to skip
    for people that don't run e2e tests in cloud providers.
    Antonio Ojea committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    63dce95 View commit details
    Browse the repository at this point in the history
  2. split tcp/udp e2e loadbalancer test

    splitting the test, one per protocol, we can run them in parallel.
    Antonio Ojea committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    e08a00f View commit details
    Browse the repository at this point in the history