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

tests/e2e: Add auth registry libvirt tests #1932

Commits on Sep 23, 2024

  1. tests/e2e: Various authentication related refactors

    - Add new expectedPodDescribe check for general purpose
    pod describe message checking
    - Remove `GetAuthenticatedImageStatus` - Use the pod describe
    message as a better way to check for general errors,
    rather than bespoke auth image approach
    - Remove InvalidCredentials test as it's currently just
    using invalid credentials on the host side, not for the
    guest pull, so isn't useful and this feature is tested
    in kata-containers for bare-metal
    - Refactor auth.json file and auth-json-secret creation
    to be common and sharable by all cloud providers
    
    Signed-off-by: stevenhorsman <[email protected]>
    stevenhorsman committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    4cbb5cf View commit details
    Browse the repository at this point in the history
  2. tests/e2e: Add auth registry libvirt tests

    Run the authenticated regsitry tests for libvirt cloud provider
    
    Signed-off-by: stevenhorsman <[email protected]>
    stevenhorsman committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    519c1d3 View commit details
    Browse the repository at this point in the history
  3. tests/e2e: Add auth registry docker tests

    Run the authenticated regsitry tests for docker cloud provider
    
    Signed-off-by: stevenhorsman <[email protected]>
    stevenhorsman committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    58a9186 View commit details
    Browse the repository at this point in the history