Home
last modified time | relevance | path

Searched refs:OETestTag (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dgcc.py3 from oeqa.core.decorator import OETestTag
79 @OETestTag("toolchain-user")
84 @OETestTag("toolchain-user")
89 @OETestTag("toolchain-user")
94 @OETestTag("toolchain-user")
99 @OETestTag("toolchain-user")
104 @OETestTag("toolchain-user")
110 @OETestTag("toolchain-user")
116 @OETestTag("toolchain-system")
117 @OETestTag("runqemu")
[all …]
H A Dglibc.py4 from oeqa.core.decorator import OETestTag
80 @OETestTag("toolchain-user")
85 @OETestTag("toolchain-system")
86 @OETestTag("runqemu")
H A Dlocales.py6 from oeqa.core.decorator import OETestTag
11 @OETestTag("runqemu")
H A Druntime_test.py7 from oeqa.core.decorator import OETestTag
15 @OETestTag("runqemu")
108 @OETestTag("runqemu")
282 @OETestTag("runqemu")
400 @OETestTag("runqemu")
H A Doverlayfs.py7 from oeqa.core.decorator import OETestTag
207 @OETestTag("runqemu")
226 @OETestTag("runqemu")
262 @OETestTag("runqemu")
H A Dbinutils.py3 from oeqa.core.decorator import OETestTag
15 @OETestTag("toolchain-user", "toolchain-system")
H A Drunqemu.py11 from oeqa.core.decorator import OETestTag
15 @OETestTag("runqemu")
152 @OETestTag("machine")
153 @OETestTag("runqemu")
H A Dmeta_ide.py8 from oeqa.core.decorator import OETestTag
12 @OETestTag("machine")
H A Dimagefeatures.py6 from oeqa.core.decorator import OETestTag
18 @OETestTag("runqemu")
44 @OETestTag("runqemu")
H A Dwic.py22 from oeqa.core.decorator import OETestTag
841 @OETestTag("runqemu")
862 @OETestTag("runqemu")
1046 @OETestTag("runqemu")
1113 @OETestTag("runqemu")
1173 @OETestTag("runqemu")
1291 @OETestTag("runqemu")
H A Ddevtool.py15 from oeqa.core.decorator import OETestTag
1448 @OETestTag("runqemu")
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/cases/
H A Doetag.py8 from oeqa.core.decorator import OETestTag
11 @OETestTag('goodTag')
15 @OETestTag('otherTag')
19 @OETestTag('otherTag', 'multiTag')
26 @OETestTag('classTag')
28 @OETestTag('otherTag')
32 @OETestTag('otherTag', 'multiTag')
H A Ddata.py8 from oeqa.core.decorator import OETestTag
15 @OETestTag('dataTestOk')
21 @OETestTag('dataTestFail')
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/
H A D__init__.py66 def OETestTag(*tags): function