tests/qtest/rtl8139-test: Make the test less verbose by default
authorThomas Huth <thuth@redhat.com>
Wed, 15 Feb 2023 12:41:22 +0000 (13:41 +0100)
committerThomas Huth <thuth@redhat.com>
Mon, 27 Feb 2023 08:15:38 +0000 (09:15 +0100)
commit5ebecf207293014dca147f6a56200f918532f34c
tree095d7e6fa46835543726ed00ccf48869e36207e6
parent1270a3f57c9221080f3205a15964814ff8359ca9
tests/qtest/rtl8139-test: Make the test less verbose by default

We are facing the issues that some test logs in the gitlab CI are
too big (and thus cut off). The rtl8139-test is one of the few qtests
that prints many lines of output by default when running with V=1, so
it contributes to this problem. Almost all other qtests are silent
with V=1 and only print debug messages with V=2 and higher. Thus let's
change the rtl8139-test to behave more like the other tests and only
print the debug messages with V=2 (or higher).

Message-Id: <20230215124122.72037-1-thuth@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/rtl8139-test.c