Searched refs:BaseTestCase (Results 1 – 13 of 13) sorted by relevance
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3/ |
H A D | 0001-test_shutdown-skip-problematic-test.patch | 33 class ThreadPoolShutdownTest(ThreadPoolMixin, ExecutorShutdownTest, BaseTestCase): 36 @@ -252,6 +254,7 @@ class ThreadPoolShutdownTest(ThreadPoolMixin, ExecutorShutdownTest, BaseTestCase
|
H A D | 0001-Skip-failing-tests-due-to-load-variability-on-YP-AB.patch | 29 @@ -682,6 +682,7 @@ class _TestProcess(BaseTestCase): 37 @@ -2083,6 +2084,7 @@ class _TestBarrier(BaseTestCase):
|
H A D | 0001-test_active_children-skip-problematic-test.patch | 20 @@ -579,6 +579,7 @@ class _TestProcess(BaseTestCase):
|
/openbmc/linux/tools/testing/selftests/hid/tests/ |
H A D | test_hid_core.py | 30 class TestCollectionOverflow(base.BaseTestCase.TestUhid):
|
H A D | test_usb_crash.py | 69 class TestUSBDevice(base.BaseTestCase.TestUhid):
|
H A D | test_gamepad.py | 21 class TestGamepad(base.BaseTestCase.TestUhid):
|
H A D | base.py | 146 class BaseTestCase: class
|
H A D | test_keyboard.py | 262 class TestKeyboard(base.BaseTestCase.TestUhid):
|
H A D | test_wacom_generic.py | 481 class TestTablet(base.BaseTestCase.TestUhid):
|
H A D | test_tablet.py | 428 class TestTablet(base.BaseTestCase.TestUhid):
|
H A D | test_mouse.py | 540 class TestMouse(base.BaseTestCase.TestUhid):
|
H A D | test_multitouch.py | 513 class TestMultitouch(base.BaseTestCase.TestUhid):
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-pbr/ |
H A D | 0001-change-shebang-to-python3.patch | 18 @@ -171,7 +171,7 @@ class TestInstallWithoutPbr(base.BaseTestCase):
|