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 refactor #68483

Merged
merged 2 commits into from
Oct 19, 2018
Merged

e2e refactor #68483

merged 2 commits into from
Oct 19, 2018

Commits on Oct 11, 2018

  1. e2e: modular framework

    Not all users of the E2E framework want to run cloud-provider specific
    tests. By splitting out the code it becomes possible to decide in
    a E2E test suite which providers are supported.
    
    This is achieved in two ways:
    - the framework calls certain functions through a provider
      interface instead of calling specific cloud provider functions
      directly
    - tests that are cloud-provider specific directly import the
      new provider packages
    
    The ingress test utilities are only needed by a few tests. Splitting
    them out into a separate package makes the framework simpler for test
    suites not using those tests.
    
    Fixes: kubernetes#66649
    pohly committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    8b17db7 View commit details
    Browse the repository at this point in the history
  2. e2e: update bazel BUILD files

    Generated via hack/update-bazel.sh.
    pohly committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    97101a6 View commit details
    Browse the repository at this point in the history