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

add private registry e2e test #7653

Merged
merged 5 commits into from Jun 9, 2023

Conversation

osodracnai
Copy link
Contributor

@osodracnai osodracnai commented May 31, 2023

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

Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
@codecov
Copy link

codecov bot commented May 31, 2023

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (b4bc57d) 19.83% compared to head (35bfd6f) 19.85%.

❗ Current head 35bfd6f differs from pull request most recent head 479c18c. Consider uploading reports for the commit 479c18c to get more accurate results

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     
Flag Coverage Δ
unittests 19.85% <ø> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

dereknola and others added 2 commits May 31, 2023 12:09
Signed-off-by: Derek Nola <derek.nola@suse.com>
Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
@osodracnai osodracnai self-assigned this May 31, 2023
@osodracnai osodracnai linked an issue May 31, 2023 that may be closed by this pull request
Signed-off-by: Derek Nola <derek.nola@suse.com>
@osodracnai osodracnai marked this pull request as ready for review May 31, 2023 20:17
@osodracnai osodracnai requested a review from a team as a code owner May 31, 2023 20:17
Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
Copy link
Contributor

@johnatasr johnatasr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome stuff !!

@osodracnai osodracnai merged commit 7c151d4 into k3s-io:master Jun 9, 2023
4 checks passed
osodracnai added a commit to osodracnai/k3s that referenced this pull request Jun 9, 2023
add private registry e2e test

Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
Co-authored-by: Derek Nola <derek.nola@suse.com>
osodracnai added a commit to osodracnai/k3s that referenced this pull request Jun 9, 2023
add private registry e2e test

Signed-off-by: Ian Cardoso <osodracnai@gmail.com>
Co-authored-by: Derek Nola <derek.nola@suse.com>
dereknola added a commit that referenced this pull request Jun 9, 2023
* 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>
dereknola added a commit that referenced this pull request Jun 9, 2023
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add E2E Test around private registry
4 participants