OSDN Git Service

tests/qtest/qom-test: Stop spamming the test log
authorThomas Huth <thuth@redhat.com>
Wed, 18 Jan 2023 12:25:57 +0000 (13:25 +0100)
committerThomas Huth <thuth@redhat.com>
Thu, 26 Jan 2023 12:25:07 +0000 (13:25 +0100)
commite549227408732baf3546a92ed1a7c8743c5db175
tree247af0253c1e09033aa8f038a66a5c9d302dbd6a
parentc95031a19f0d7f418a597243f6f84b031a858997
tests/qtest/qom-test: Stop spamming the test log

We are still facing the issues that our test logs in the gitlab CI
are too big (and thus cut off). A huge part is still caused by the
qom-test that prints the path and name of each object it looks at
by default. That's too much. Let's be silent by default, and only
print the object path+name when running with V=2 (and the properties
only with V=3 and higher).

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