Page MenuHomeFreeBSD

tests/sys/netgraph: Further CI fixes
ClosedPublic

Authored by arichardson on Mar 19 2021, 2:57 PM.
Tags
None
Referenced Files
F163607018: D29340.diff
Fri, Jul 24, 8:57 PM
F163573117: D29340.id86023.diff
Fri, Jul 24, 3:17 PM
Unknown Object (File)
Wed, Jul 22, 12:17 PM
Unknown Object (File)
Mon, Jul 20, 2:56 AM
Unknown Object (File)
Sat, Jul 4, 2:33 PM
Unknown Object (File)
Jun 22 2026, 4:27 PM
Unknown Object (File)
Jun 3 2026, 5:57 PM
Unknown Object (File)
May 18 2026, 7:28 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