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)
Tue, Mar 18, 12:09 PM
Unknown Object (File)
Feb 24 2025, 1:40 PM
Unknown Object (File)
Feb 21 2025, 7:04 PM
Unknown Object (File)
Jan 28 2025, 9:45 PM
Unknown Object (File)
Jan 28 2025, 1:14 PM
Unknown Object (File)
Jan 27 2025, 11:26 AM
Unknown Object (File)
Jan 24 2025, 5:32 PM
Unknown Object (File)
Jan 23 2025, 6:54 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