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 framework: Add kubetest, kubernetesversions, and ginkgo extensions #3652

Merged

Commits on Sep 24, 2020

  1. test framework: Add kubetest, kubernetesversions, ginkgo extensions a…

    …nd additional suite_helpers
    
    Mostly upstreaming from CAPA.
    
    The kubetest package allows a consumer to run kubetest (i.e. Kubernetes conformance) against
    given clusters.
    
    The kubernetesversions package provides helpers to determine the latest CI release of Kubernetes
    and adds debian/ubuntu injection script kustomizations for  based on prior work by dims.
    
    ginkgoextensions are common helpers that were added to CAPA, and are also present in the test/e2e
    package.
    
    Additionally add helpers to log running commands as well as gather JUnit files in a way that
    is compatible with Prow.
    
    Future PRs will add consumption of this in an e2e test and make CAPA consume these.
    
    Signed-off-by: Naadir Jeewa <jeewan@vmware.com>
    randomvariable committed Sep 24, 2020
    Configuration menu
    Copy the full SHA
    995578c View commit details
    Browse the repository at this point in the history