-
Notifications
You must be signed in to change notification settings - Fork 260
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: Use UEFI #2204
base: main
Are you sure you want to change the base?
🌱 E2E: Use UEFI #2204
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@@ -143,7 +143,6 @@ mkdir -p "${IMAGE_DIR}" | |||
## Download disk images | |||
wget --quiet -P "${IMAGE_DIR}/" https://artifactory.nordix.org/artifactory/metal3/images/iso/"${IMAGE_FILE}" | |||
wget --quiet -P "${IMAGE_DIR}/" https://fastly-cdn.system-rescue.org/releases/11.00/systemrescue-11.00-amd64.iso | |||
wget --quiet -P "${IMAGE_DIR}/" https://artifactory.nordix.org/artifactory/metal3/images/iso/minimal_linux_live-v2.iso |
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.
This is not used in the tests so there is no point downloading it.
Oh. I need to rethink this a bit then. |
Signed-off-by: Lennart Jern <[email protected]>
Rename confusing variables. Mostly "hostname" -> "name", because it didn't have anything to do with the hostname. It is just the name of the VM we create, and that happens to also become the hostname unless changed elsewhere. Simplify LoadBMCConfig and vbmctl main. Signed-off-by: Lennart Jern <[email protected]>
Initialize the connection once and reuse, instead of constantly creating new connections. Signed-off-by: Lennart Jern <[email protected]>
Switch e2e tests to UEFI instead of Legacy. Signed-off-by: Lennart Jern <[email protected]>
Signed-off-by: Lennart Jern <[email protected]>
e6d9078
to
2eaffd7
Compare
/hold |
What this PR does / why we need it:
Switch e2e tests to UEFI instead of Legacy.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Fixes #