-
Notifications
You must be signed in to change notification settings - Fork 288
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 e2e for oob configuration #6826
Conversation
20e48e2
to
f61f6fb
Compare
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #6826 +/- ##
==========================================
+ Coverage 71.99% 72.01% +0.02%
==========================================
Files 532 532
Lines 41597 41669 +72
==========================================
+ Hits 29947 30010 +63
- Misses 9978 9984 +6
- Partials 1672 1675 +3 ☔ View full report in Codecov by Sentry. |
7947067
to
039debc
Compare
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahreehong The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/lgtm |
In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Issue #, if available:
Description of changes:
Add E2E tests for out of band management.
Deployed a RPC consumer on the lab CI to handle powering on/off hardware and PXE booting. This test sets the required ENV VARs and runs the eks-a e2e flow using this RPC consumer.
Testing (if applicable):
Ran the e2es locally and verified that it works.
Documentation added/planned (if applicable):
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.