-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
snp test is broken #1617
Comments
Merged
Oh, good catch! It shouldn't be like that; test runs should be idempotent |
kraxel
added a commit
to kraxel/uefi-rs
that referenced
this issue
Apr 10, 2025
With the switch to virtio-net we have networking on all platforms. Turn on the pxe test everywhere. Also serves as workaround for rust-osdev#1617 Signed-off-by: Gerd Hoffmann <[email protected]>
phip1611
pushed a commit
to kraxel/uefi-rs
that referenced
this issue
Apr 10, 2025
With the switch to virtio-net we have networking on all platforms. Turn on the pxe test everywhere. Also serves as workaround for rust-osdev#1617 Signed-off-by: Gerd Hoffmann <[email protected]>
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the snp test depends on the pxe test having configured the network beforehand, it does not work on its own.
swap the order of the tests ...
... and watch it fail:
The text was updated successfully, but these errors were encountered: