-
-
Notifications
You must be signed in to change notification settings - Fork 169
snp test is broken #1617
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
Comments
Oh, good catch! It shouldn't be like that; test runs should be idempotent |
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]>
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]>
Maan, I was spending way too much time on this. Here is what is happening:
Otherwise, the SNP test receives an ARP packet instead of the IPv4 packet. We have two options:
|
I'm stopping the work on this. I've spent many hours into it, but I didn't get either way running reliably. Didn't think that it is not possible to send a raw Ethernet frame to ourselves.. |
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: