tests/avocado/tuxrun_baselines: Fix ppc64 tests for binaries without slirp
commit12cae32fe1a18a4e89472e7f92b06a4eb1beb671
authorThomas Huth <thuth@redhat.com>
Tue, 6 Jun 2023 19:28:02 +0000 (6 21:28 +0200)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sat, 10 Jun 2023 13:19:24 +0000 (10 10:19 -0300)
treee007b3126b13e5649c2c567f74c54338b64f1306
parent8e67403a2cdde2dd43b43683f4478f3c8ed07cf4
tests/avocado/tuxrun_baselines: Fix ppc64 tests for binaries without slirp

The ppc64 tuxrun tests are currently failing if "slirp" has been
disabled in the binary since they are using "-netdev user" now.
We have to skip the test if this network backend is missing.

Fixes: 6ee3624236 ("improve code coverage for ppc64")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Acked-by: Alex Bennée <alex.bennee@linaro.org>
Message-Id: <20230606192802.666000-1-thuth@redhat.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
tests/avocado/tuxrun_baselines.py