Home
last modified time | relevance | path

Searched full:avocado (Results 1 – 14 of 14) sorted by relevance

/qemu/python/
H A DMakefile110 @avocado --config avocado.cfg run tests/
118 @coverage run -m avocado --config avocado.cfg run tests/*.py
H A DREADME.rst73 - ``avocado.cfg`` Configuration for the Avocado test-runner.
H A Dsetup.cfg37 avocado-framework >= 90.0
/qemu/tests/functional/
H A Dreverse_debugging.py36 from avocado.utils import datadrainer
102 from avocado.utils import gdb
103 from avocado.utils import process
H A Dtest_x86_64_reverse_debug.py19 @skipIfMissingImports('avocado.utils')
H A Dtest_aarch64_reverse_debug.py19 @skipIfMissingImports('avocado.utils')
H A Dtest_ppc64_reverse_debug.py19 @skipIfMissingImports('avocado.utils')
/qemu/python/qemu/utils/
H A DREADME.rst5 debugging QEMU. It is used primarily by the vm and avocado tests.
/qemu/python/qemu/machine/
H A DREADME.rst5 QEMU. It is used by the iotests, vm tests, avocado tests, and several
/qemu/tests/functional/qemu_test/
H A Dconfig.py5 # Original Author (Avocado-based tests):
H A Dcmd.py5 # Original Author (Avocado-based tests):
H A Dtestcase.py5 # Original Author (Avocado-based tests):
/qemu/python/tests/
H A Dminreqs.txt35 avocado-framework==90.0
H A Dprotocol.py7 import avocado
160 class Smoke(avocado.Test):
208 class TestBase(avocado.Test):