Home
last modified time | relevance | path

Searched refs:OETimeout (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/cases/
H A Dtimeout.py10 from oeqa.core.decorator.oetimeout import OETimeout
15 @OETimeout(1)
19 @OETimeout(1)
29 @OETimeout(3)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/
H A Dping.py8 from oeqa.core.decorator.oetimeout import OETimeout
13 @OETimeout(30)
H A Dboot.py10 from oeqa.core.decorator.oetimeout import OETimeout
15 @OETimeout(120)
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/decorator/
H A Doetimeout.py12 class OETimeout(OETestDecorator): class