Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oeqa/buildperf/
H A Dtest_basic.py10 from oeqa.buildperf import BuildPerfTestCase
13 class Test1P1(BuildPerfTestCase):
28 class Test1P2(BuildPerfTestCase):
42 class Test1P3(BuildPerfTestCase):
62 class Test2(BuildPerfTestCase):
77 class Test3(BuildPerfTestCase):
95 class Test4(BuildPerfTestCase):
H A D__init__.py7 from .base import (BuildPerfTestCase,
H A Dbase.py223 if data['type'] == BuildPerfTestCase.SYSRES:
231 elif data['type'] == BuildPerfTestCase.DISKUSAGE:
244 class BuildPerfTestCase(unittest.TestCase): class
251 super(BuildPerfTestCase, self).__init__(*args, **kwargs)
271 return super(BuildPerfTestCase, self).shortDescription() or ""
288 super(BuildPerfTestCase, self).run(*args, **kwargs)
/openbmc/openbmc/poky/documentation/test-manual/
H A Dintro.rst486 class Test3(BuildPerfTestCase):