/linux-6.8/tools/testing/selftests/ |
D | kselftest_harness.h | 32 * FIXTURE(my_fixture) { 196 .fixture = &_fixture_global, \ 216 * Almost always, you want just FIXTURE() instead (see below). 217 * This call may be used when the type of the fixture data 224 * FIXTURE() - Called once per fixture to setup the data and 227 * @fixture_name: fixture name 231 * FIXTURE(fixture_name) { 239 #define FIXTURE(fixture_name) \ macro 251 * FIXTURE_SETUP() - Prepares the setup function for the fixture. 254 * @fixture_name: fixture name [all …]
|
/linux-6.8/tools/testing/selftests/hid/tests/ |
D | test_usb_crash.py | 75 # conftest.py is generating the following fixture: 77 # @pytest.fixture(params=[('modulename', 1, 2)]) 81 @pytest.fixture() 100 The test is empty as the fixture `check_taint` is doing the job (and
|
D | conftest.py | 19 @pytest.fixture(autouse=True, scope="session") 25 @pytest.fixture(autouse=True, scope="session") 30 @pytest.fixture(autouse=True, scope="session")
|
D | base.py | 222 @pytest.fixture() 228 @pytest.fixture() 236 @pytest.fixture(autouse=True) 261 @pytest.fixture(autouse=True)
|
D | test_gamepad.py | 22 @pytest.fixture(autouse=True)
|
/linux-6.8/drivers/usb/misc/ |
D | Kconfig | 225 tristate "USB EHSET Test Fixture driver" 227 Say Y here if you want to support the special test fixture device 230 When the test fixture is connected, it can enumerate as one of several 232 the downstream port to which the test fixture is attached.
|
D | ehset.c | 189 MODULE_DESCRIPTION("USB Driver for EHSET Test Fixture");
|
/linux-6.8/tools/testing/selftests/pidfd/ |
D | pidfd_getfd_test.c | 60 * The fixture setup is completed at this point. The tests will run. in __child() 65 * side has closed the sk. This occurs during fixture teardown time, in __child() 116 FIXTURE(child) in FIXTURE() function
|
/linux-6.8/tools/testing/selftests/exec/ |
D | non-regular.c | 36 FIXTURE(file) { in FIXTURE() function 170 FIXTURE(sock) in FIXTURE() function
|
/linux-6.8/net/wireless/tests/ |
D | util.c | 3 * KUnit fixture to have a (configurable) wiphy
|
/linux-6.8/Documentation/devicetree/bindings/arm/ |
D | arm,integrator.yaml | 29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
|
/linux-6.8/tools/testing/selftests/mm/ |
D | mdwe_test.c | 47 FIXTURE(consecutive_prctl_flags) {}; in FIXTURE() function 125 FIXTURE(mdwe) in FIXTURE() function
|
D | migration.c | 23 FIXTURE(migration) in FIXTURE() function
|
/linux-6.8/scripts/kconfig/tests/ |
D | conftest.py | 9 This provides fixture functions commonly used from test files. 292 @pytest.fixture(scope="module")
|
/linux-6.8/tools/testing/selftests/drivers/s390x/uvdevice/ |
D | test_uvdevice.c | 21 FIXTURE(uvio_fixture) { in FIXTURE() function 152 FIXTURE(attest_fixture) { in FIXTURE() function
|
/linux-6.8/tools/testing/selftests/net/ |
D | bind_timewait.c | 9 FIXTURE(bind_timewait) in FIXTURE() function
|
D | bind_wildcard.c | 27 FIXTURE(bind_wildcard) in FIXTURE() function
|
D | tun.c | 105 FIXTURE(tun) in FIXTURE() function
|
D | so_incoming_cpu.c | 14 FIXTURE(so_incoming_cpu) in FIXTURE() function
|
/linux-6.8/tools/testing/selftests/prctl/ |
D | set-anon-vma-name-test.c | 74 FIXTURE(vma) { in FIXTURE() function
|
/linux-6.8/tools/testing/selftests/net/af_unix/ |
D | unix_connect.c | 15 FIXTURE(unix_connect) in FIXTURE() function
|
D | diag_uid.c | 19 FIXTURE(diag_uid) in FIXTURE() function
|
/linux-6.8/tools/testing/selftests/landlock/ |
D | net_test.c | 285 FIXTURE(protocol) in FIXTURE() function 859 FIXTURE(ipv4) in FIXTURE() function 973 FIXTURE(tcp_layers) in FIXTURE() function 1219 FIXTURE(mini) {}; in FIXTURE() function 1461 FIXTURE(ipv4_tcp) in FIXTURE() function 1584 FIXTURE(port_specific) in FIXTURE() function
|
/linux-6.8/tools/testing/selftests/user_events/ |
D | perf_test.c | 111 FIXTURE(user) { in FIXTURE() function
|
D | dyn_test.c | 197 FIXTURE(user) { in FIXTURE() function
|