diff options
author | David Gibson <david@gibson.dropbear.id.au> | 2024-04-24 14:30:00 +1000 |
---|---|---|
committer | Stefano Brivio <sbrivio@redhat.com> | 2024-04-25 00:00:34 +0200 |
commit | ff2ff2fbca75352ff027a90d6341645f1dea4e50 (patch) | |
tree | 07d7b0f8b7832180f8b4991a12ff22ba850a3e53 /checksum.h | |
parent | 2681366966e3158ccdcd4a13ecc3978b6ba06459 (diff) | |
download | passt-ff2ff2fbca75352ff027a90d6341645f1dea4e50.tar passt-ff2ff2fbca75352ff027a90d6341645f1dea4e50.tar.gz passt-ff2ff2fbca75352ff027a90d6341645f1dea4e50.tar.bz2 passt-ff2ff2fbca75352ff027a90d6341645f1dea4e50.tar.lz passt-ff2ff2fbca75352ff027a90d6341645f1dea4e50.tar.xz passt-ff2ff2fbca75352ff027a90d6341645f1dea4e50.tar.zst passt-ff2ff2fbca75352ff027a90d6341645f1dea4e50.zip |
test: Make log truncation test more robust
test/pasta_options/log_to_file checks that pasta truncates its log file
when started. It does that by starting pasta with a log file once, then
starting it again and checking that after the second round, the log file
has only one line: the startup banner from the second invocation.
However, this test will break if the second invocation logs any additional
messages at startup. This can easily happen on a host with multiple
network interfaces due to the "Multiple default route" informational
messages added in 639fdf06e ("netlink: Fix selection of template
interface"). I believe it could also happen on a host without IPv6
connectivity due to the "Couldn't pick external interface" messages, though
I haven't confirmed this.
Make the log file test more robust, by not testing for a single line, but
instead explicitly testing for the PID of the second pasta invocation in
the banner line.
Link: https://bugs.passt.top/show_bug.cgi?id=88
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
Diffstat (limited to 'checksum.h')
0 files changed, 0 insertions, 0 deletions