OSDN Git Service

tests/avocado: Extract QemuBaseTest from Test
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>
Sun, 14 Feb 2021 17:59:08 +0000 (18:59 +0100)
committerPhilippe Mathieu-Daudé <philmd@redhat.com>
Mon, 8 Nov 2021 16:00:22 +0000 (17:00 +0100)
commit3982feb476e46bbac8f6affbc58bf715e5ca9a4f
tree9271829781881dadb0f45689fcd5e75d42ab24b3
parentbbbd9b6ec645ca45c2195e894537da4964f1aa12
tests/avocado: Extract QemuBaseTest from Test

The Avocado Test::fetch_asset() is handy to download artifacts
before running tests. The current class is named Test but only
tests system emulation. As we want to test user emulation,
refactor the common code as QemuBaseTest.

Reviewed-by: Willian Rampazzo <willianr@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <20211105143416.148332-2-f4bug@amsat.org>
tests/avocado/avocado_qemu/__init__.py