tests/qtest/bios-tables-test: Make the test less verbose by default
commita8fe0757e1a3b6d92d7d0a9ddccd902e35fbb045
authorThomas Huth <thuth@redhat.com>
Wed, 18 Jan 2023 12:51:32 +0000 (18 13:51 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:25:07 +0000 (26 13:25 +0100)
tree6bcf8c57947d93c1463be26baf352482d6d08ce1
parente549227408732baf3546a92ed1a7c8743c5db175
tests/qtest/bios-tables-test: Make the test less verbose by default

We are facing the issues that our test logs in the gitlab CI are
too big (and thus cut off). The bios-tables-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 bios-tables-test to behave more like the
other tests and only print the debug messages with V=2 (or higher).

Message-Id: <20230118125132.1694469-1-thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/qtest/bios-tables-test.c