Page MenuHomeFreeBSD

tests/sys/netgraph: Further CI fixes
ClosedPublic

Authored by arichardson on Mar 19 2021, 2:57 PM.
Tags
None
Referenced Files
F160261471: D29340.diff
Mon, Jun 22, 4:27 PM
Unknown Object (File)
Wed, Jun 3, 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
Unknown Object (File)
Apr 30 2026, 9:19 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