Home
last modified time | relevance | path

Searched refs:fixture (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/tools/testing/selftests/hid/tests/
Dconftest.py19 @pytest.fixture(autouse=True, scope="session")
25 @pytest.fixture(autouse=True, scope="session")
30 @pytest.fixture(autouse=True, scope="session")
Dbase.py222 @pytest.fixture()
228 @pytest.fixture()
236 @pytest.fixture(autouse=True)
262 @pytest.fixture(autouse=True)
Dtest_usb_crash.py81 @pytest.fixture()
Dtest_gamepad.py22 @pytest.fixture(autouse=True)
Dtest_sony.py227 @pytest.fixture(autouse=True)
Dtest_wacom_generic.py761 @pytest.fixture(
/Linux-v6.6/tools/testing/selftests/
Dkselftest_harness.h196 .fixture = &_fixture_global, \
404 .fixture = &_##fixture_name##_fixture_object, \
833 struct __fixture_metadata *fixture; member
860 __LIST_APPEND(t->fixture->tests, t); in __register_test()
/Linux-v6.6/scripts/kconfig/tests/
Dconftest.py292 @pytest.fixture(scope="module")
/Linux-v6.6/drivers/usb/misc/
DKconfig214 Say Y here if you want to support the special test fixture device
217 When the test fixture is connected, it can enumerate as one of several
219 the downstream port to which the test fixture is attached.