Page MenuHomeFreeBSD

tests/sys/netgraph: Further CI fixes
ClosedPublic

Authored by arichardson on Mar 19 2021, 2:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Oct 8, 1:48 AM
Unknown Object (File)
Mon, Oct 6, 6:10 AM
Unknown Object (File)
Aug 29 2025, 7:48 AM
Unknown Object (File)
Jul 27 2025, 7:50 AM
Unknown Object (File)
Jul 8 2025, 6:23 AM
Unknown Object (File)
Jul 7 2025, 10:32 AM
Unknown Object (File)
Jul 7 2025, 5:30 AM
Unknown Object (File)
Jul 4 2025, 1:08 PM

Details

Summary

I was trying to debug why this test is working locally but failing in CI.
While doing so I made some small changes to allow running it with set -e.

It turns out the problem is that find_iface does not return anything in
Jenkins, so all following tests fail with obscure error messages.
To handle this case exit early if $eth is empty.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable