Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

SNP Test Depends on PXE Test, Doesn't Work in Standalone Mode #1617

Open
@kraxel

Description

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 ...

 pub fn test() {
 info!("Testing Network protocols");
 
- pxe::test();
 snp::test();
+ pxe::test();
 }

... and watch it fail:

[PANIC]: panicked at uefi-test-runner/src/proto/network/snp.rs:112:9:
assertion `left == right` failed
 left: [0, 0, 0, 0, 0]
 right: [4, 4, 3, 2, 1]
Error: tests did not complete successfully

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        AltStyle によって変換されたページ (->オリジナル) /