Home
last modified time | relevance | path

Searched refs:skipIfNotMachine (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Defibootpartition.py10 from oeqa.core.decorator.data import skipIfNotMachine
15 @skipIfNotMachine("qemux86-64", "test is qemux86-64 specific currently")
H A Doverlayfs.py10 from oeqa.core.decorator.data import skipIfNotMachine
334 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
369 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
373 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
377 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
428 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
469 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
H A Drunqemu.py12 from oeqa.core.decorator.data import skipIfNotArch, skipIfNotMachine
85 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
94 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
125 @skipIfNotMachine("qemux86-64", "tests are qemux86-64 specific currently")
H A Druntime_test.py13 from oeqa.core.decorator.data import skipIfNotQemu, skipIfNotMachine
220 @skipIfNotMachine("qemux86-64", "test needs qemux86-64")
262 @skipIfNotMachine("qemux86-64", "test needs qemux86-64")
/openbmc/qemu/tests/functional/qemu_test/
H A D__init__.py16 from .decorators import skipIfMissingCommands, skipIfNotMachine, \
H A Ddecorators.py60 def skipIfNotMachine(*args):
66 @skipIfNotMachine("x86_64", "aarch64")
51 def skipIfNotMachine(*args): global() function
/openbmc/qemu/tests/functional/
H A Dtest_acpi_bits.py
/openbmc/openbmc/poky/meta/lib/oeqa/core/decorator/
H A Ddata.py145 class skipIfNotMachine(OETestDecorator): class