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/integration: rewrite in BDD style, fixup cleanup command #4303

Merged
merged 2 commits into from
Dec 11, 2020

Commits on Dec 11, 2020

  1. This commit rewrites OLM integration tests in BDD style and using

    the Go memcached-operator sample, as well as fixes a few bugs.
    
    Makefile: call integration tests directly
    
    internal/generate/clusterserviceversion: use FromVersion correctly
    
    internal/olm/operator/uninstall.go: rewrite Run() so it cleans
    all possible resources up and reports whether a package ever existed
    correctly
    
    internal/testutils,docs: fix 'packagemanifests' target
    
    tests/integration: rewrite with Ginkgo/Gomega and use Go sample
    estroz committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    d9d0ba2 View commit details
    Browse the repository at this point in the history
  2. add fragment

    estroz committed Dec 11, 2020
    Configuration menu
    Copy the full SHA
    85de42c View commit details
    Browse the repository at this point in the history