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 Tweaks/Fixes #279

Merged

Commits on Jul 29, 2024

  1. Remove unused Pause() util function

    Signed-off-by: Dale Haiducek <[email protected]>
    dhaiducek committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    20d7841 View commit details
    Browse the repository at this point in the history
  2. Add missing cleanup commands

    Signed-off-by: Dale Haiducek <[email protected]>
    dhaiducek committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    29f4829 View commit details
    Browse the repository at this point in the history
  3. Add KubectlDelete() with common flags

    Includes:
    - `wait=false` to skip waiting for finalizers
    - `ignore-not-found` to ignore not found errors
    
    Signed-off-by: Dale Haiducek <[email protected]>
    dhaiducek committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    17a1f7a View commit details
    Browse the repository at this point in the history
  4. Add GetComplianceStatus()

    Does the compliance check directly, providing
    the status message on failure.
    
    Signed-off-by: Dale Haiducek <[email protected]>
    dhaiducek committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    77868a9 View commit details
    Browse the repository at this point in the history
  5. Replace WithOffset() with GinkgoHelper()

    Signed-off-by: Dale Haiducek <[email protected]>
    dhaiducek committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    e696647 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Add description to OpPol relobj assertion

    Signed-off-by: Dale Haiducek <[email protected]>
    dhaiducek committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d3c3097 View commit details
    Browse the repository at this point in the history