1
0
mirror of https://passt.top/passt synced 2024-07-06 17:56:15 +00:00
passt/test/dhcp
David Gibson 92b341f8d2 tests: More robust parsing of resolv.conf for DHCP tests
To check publishing of DNS information via DHCP, we need to extract a list
of nameservers and/or search domains from resolv.conf in the test script.

The current version (usually) leaves the result with a trailing ','.
That's usually ok because it happens on both guest and host sides.  However
it's kind of confusing, and might stop working if the host had a
resolv.conf without a trailing \n on the last line.  It also makes some
later changes we'll need more difficult.

So, normalize the output from resolv.conf a bit further, removing any
trailing ','.  It turns out we can do this with a slightly less complex
sed expression than the one we already have.

Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
2022-07-22 19:41:42 +02:00
..
passt tests: More robust parsing of resolv.conf for DHCP tests 2022-07-22 19:41:42 +02:00
pasta tests: Explicitly list test files in test/run, remove "onlyfor" support 2022-07-14 01:32:42 +02:00