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)
Sat, Jul 4, 2:33 PM
Unknown Object (File)
Mon, Jun 22, 4:27 PM
Unknown Object (File)
Jun 3 2026, 5:57 PM
Unknown Object (File)
May 18 2026, 7:28 AM
Unknown Object (File)
May 17 2026, 10:58 PM
Unknown Object (File)
May 17 2026, 10:57 PM
Unknown Object (File)
May 17 2026, 10:44 PM
Unknown Object (File)
May 14 2026, 6:10 AM

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