]> www.infradead.org Git - users/dwmw2/qemu.git/commit
tests/functional: Convert avocado tests that just need a small adjustment
authorThomas Huth <thuth@redhat.com>
Fri, 30 Aug 2024 13:38:07 +0000 (15:38 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 4 Sep 2024 08:52:29 +0000 (10:52 +0200)
commiteeba3d736527191f3126fe0d4cc539f43cdba009
tree53615b01298ab19586d5a679b3119e503add6853
parentcce85725f10fbe92481e8314986e69dbe6ca0dd1
tests/functional: Convert avocado tests that just need a small adjustment

These simple tests can be converted to stand-alone tests quite easily,
e.g. by just setting the machine to 'none' now manually or by adding
"-cpu" command line parameters, since we don't support the corresponding
avocado tags in the new python test framework.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20240830133841.142644-14-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
MAINTAINERS
tests/functional/meson.build
tests/functional/test_info_usernet.py [moved from tests/avocado/info_usernet.py with 87% similarity, mode: 0755]
tests/functional/test_ppc_74xx.py [moved from tests/avocado/ppc_74xx.py with 74% similarity, mode: 0755]
tests/functional/test_version.py [moved from tests/avocado/version.py with 78% similarity, mode: 0755]