-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
add private registry e2e test #7653
Conversation
Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
Codecov ReportPatch coverage has no change and project coverage change:
Additional details and impacted files@@ Coverage Diff @@
## master #7653 +/- ##
==========================================
+ Coverage 19.83% 19.85% +0.01%
==========================================
Files 81 81
Lines 7621 7640 +19
==========================================
+ Hits 1512 1517 +5
- Misses 5882 5894 +12
- Partials 227 229 +2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
49b1da3
to
479c18c
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff !!
add private registry e2e test Signed-off-by: Ian Cardoso <osodracnai@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
add private registry e2e test Signed-off-by: Ian Cardoso <osodracnai@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
* add private registry e2e test (#7653) add private registry e2e test Signed-off-by: Ian Cardoso <osodracnai@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com> * E2E: Startup test cleanup + RunCommand Enhancement (#7388) * Add beforesuite to startup * Reduce timeouts for startup * Fix cleanup + set kubeconfig Signed-off-by: Derek Nola <derek.nola@suse.com> --------- Signed-off-by: Ian Cardoso <osodracnai@gmail.com> Signed-off-by: Derek Nola <derek.nola@suse.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
* add private registry e2e test (#7653) add private registry e2e test Signed-off-by: Ian Cardoso <osodracnai@gmail.com> Co-authored-by: Derek Nola <derek.nola@suse.com> * E2E: Startup test cleanup + RunCommand Enhancement (#7388) * Add beforesuite to startup * Reduce timeouts for startup * Fix cleanup + set kubeconfig Signed-off-by: Derek Nola <derek.nola@suse.com> --------- Signed-off-by: Ian Cardoso <osodracnai@gmail.com> Signed-off-by: Derek Nola <derek.nola@suse.com> Co-authored-by: Derek Nola <derek.nola@suse.com>
Proposed Changes
Add a test using private registries
Types of Changes
Verification
go test -timeout=15m ./tests/e2e/privateregistry/... -run E2E
Testing
Linked Issues
#6062
User-Facing Change
Further Comments