1
0
mirror of https://passt.top/passt synced 2024-07-07 02:05:54 +00:00
passt/test/dhcp
David Gibson 3eaf9f5320 tests: Correct determination of host interface name in tests
By default, passt itself attaches to the first host interface with a
default route.  However, when determining the host interface name the tests
implicitly select the *last* host interface: they use a jq expression which
will list all interfaces with default routes, but the way output detection
works in the scripts, it will only pick up the last line.

If there are multiple interfaces with default routes on the host, and they
each have a different address, this can cause spurious test failures.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-07-30 21:57:14 +02:00
..
passt tests: Correct determination of host interface name in tests 2022-07-30 21:57:14 +02:00
pasta tests: Explicitly list test files in test/run, remove "onlyfor" support 2022-07-14 01:32:42 +02:00