Home
last modified time | relevance | path

Searched full:fixture (Results 1 – 25 of 65) sorted by relevance

123

/kernel/linux/linux-5.10/tools/testing/selftests/
Dkselftest_harness.h32 * FIXTURE(my_fixture) {
187 .fixture = &_fixture_global, \
207 * Almost always, you want just FIXTURE() instead (see below).
208 * This call may be used when the type of the fixture data
215 * FIXTURE(fixture_name) - Called once per fixture to setup the data and
218 * @fixture_name: fixture name
222 * FIXTURE(fixture_name) {
230 #define FIXTURE(fixture_name) \ macro
242 * FIXTURE_SETUP(fixture_name) - Prepares the setup function for the fixture.
245 * @fixture_name: fixture name
[all …]
/kernel/linux/linux-6.6/tools/testing/selftests/
Dkselftest_harness.h32 * 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 …]
/kernel/linux/linux-6.6/tools/testing/selftests/hid/tests/
Dtest_usb_crash.py75 # 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
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)
/kernel/linux/linux-5.10/drivers/usb/misc/
DKconfig194 tristate "USB EHSET Test Fixture driver"
196 Say Y here if you want to support the special test fixture device
199 When the test fixture is connected, it can enumerate as one of several
201 the downstream port to which the test fixture is attached.
Dehset.c143 MODULE_DESCRIPTION("USB Driver for EHSET Test Fixture");
/kernel/linux/linux-6.6/drivers/usb/misc/
DKconfig212 tristate "USB EHSET Test Fixture driver"
214 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.
Dehset.c189 MODULE_DESCRIPTION("USB Driver for EHSET Test Fixture");
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c60 * 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
/kernel/linux/linux-6.6/tools/testing/selftests/pidfd/
Dpidfd_getfd_test.c60 * 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
/kernel/linux/linux-5.10/tools/testing/selftests/exec/
Dnon-regular.c36 FIXTURE(file) { in FIXTURE() function
170 FIXTURE(sock) in FIXTURE() function
/kernel/linux/linux-6.6/tools/testing/selftests/exec/
Dnon-regular.c36 FIXTURE(file) { in FIXTURE() function
170 FIXTURE(sock) in FIXTURE() function
/kernel/linux/linux-5.10/scripts/kconfig/tests/
Dconftest.py9 This provides fixture functions commonly used from test files.
288 @pytest.fixture(scope="module")
/kernel/linux/linux-6.6/scripts/kconfig/tests/
Dconftest.py9 This provides fixture functions commonly used from test files.
292 @pytest.fixture(scope="module")
/kernel/linux/linux-6.6/tools/testing/selftests/net/
Dbind_timewait.c9 FIXTURE(bind_timewait) in FIXTURE() function
Dbind_wildcard.c27 FIXTURE(bind_wildcard) in FIXTURE() function
Dtun.c105 FIXTURE(tun) in FIXTURE() function
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/s390x/uvdevice/
Dtest_uvdevice.c21 FIXTURE(uvio_fixture) { in FIXTURE() function
152 FIXTURE(attest_fixture) { in FIXTURE() function
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/arm/
Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/arm/
Darm,integrator.yaml29 special metal fixture called Integrator/PP2, see ARM DUI 0169A.
/kernel/linux/linux-6.6/tools/testing/selftests/net/af_unix/
Dunix_connect.c15 FIXTURE(unix_connect) in FIXTURE() function
Ddiag_uid.c19 FIXTURE(diag_uid) in FIXTURE() function
/kernel/linux/linux-6.6/tools/testing/selftests/prctl/
Dset-anon-vma-name-test.c74 FIXTURE(vma) { in FIXTURE() function
/kernel/linux/linux-6.6/tools/testing/selftests/mm/
Dmdwe_test.c36 FIXTURE(mdwe) in FIXTURE() function

123