Home
last modified time | relevance | path

Searched hist:"3982 feb476e46bbac8f6affbc58bf715e5ca9a4f" (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/tests/avocado/avocado_qemu/
H A D__init__.pydiff 3982feb476e46bbac8f6affbc58bf715e5ca9a4f Sun Feb 14 11:59:08 CST 2021 Philippe Mathieu-Daudé <f4bug@amsat.org> 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>