Problems with test_net_pxe_get test

Tom Rini trini at konsulko.com
Wed Mar 5 19:08:10 CET 2025


Hi Love,

I've been trying to setup and use the test_net_pxe_get test now and I've
found a few problems.

- An easy one is that we call test_net_setup_static after verifying the
  network is up, which I believe is a legacy of when reviewing the test
  initially and not removing the line.
- A harder one is that we can't enable both test_net_pxe_get and
  test_net_pxe_boot because the latter means that we do have the UUID
  file existing and so we don't hit the ipaddr case.
- A final one, and maybe showing a bug in U-Boot somewhere is that we
  don't have a match on "Config file 'default.boot' found" but instead
  on "Config file '<NULL>' found" if we are running in an environment
  where test_net_pxe_boot isn't otherwise set up to run.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20250305/5110afe0/attachment.sig>


More information about the U-Boot mailing list