Home
last modified time | relevance | path

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

/Zephyr-Core-2.7.6/scripts/tests/twister/
Dconftest.py21 @pytest.fixture(name='test_data')
27 @pytest.fixture(name='testcases_dir')
32 @pytest.fixture(name='class_testsuite')
41 @pytest.fixture(name='all_testcases_dict')
50 @pytest.fixture(name='platforms_list')
59 @pytest.fixture
Dtest_testinstance.py29 …s_list, build_only, slow, harness, platform_type, platform_sim, device_testing, fixture, expected): argument
46 run = testinstance.check_runnable(slow, device_testing, fixture)
/Zephyr-Core-2.7.6/samples/drivers/ps2/
DREADME.rst17 It requires a correct fixture setup. Please connect a PS/2 mouse in order to
20 map-file next fixture settings::
22 - fixture: fixture_connect_mouse
/Zephyr-Core-2.7.6/samples/drivers/kscan/
DREADME.rst17 It requires a correct fixture setup. Please connect a Keyboard Matrix to
21 map-file next fixture settings::
23 - fixture: fixture_connect_keyboard
/Zephyr-Core-2.7.6/samples/drivers/espi/
DREADME.rst23 Sample requires a correct harness and fixture setup.
26 boards's map-file next fixture settings::
28 - fixture: espi_device_connect
/Zephyr-Core-2.7.6/samples/subsys/testsuite/pytest/pytest/
Dconftest.py16 @pytest.fixture()
Dtest_sample.py11 @pytest.fixture(autouse=True)
/Zephyr-Core-2.7.6/scripts/west_commands/tests/
Dconftest.py21 @pytest.fixture
Dtest_mdb.py131 @pytest.fixture
135 @pytest.fixture
Dtest_pyocd.py129 @pytest.fixture
/Zephyr-Core-2.7.6/doc/guides/test/
Dtwister.rst362 fixture: <expression>
367 automation setup based on "fixture" keyword. Some sample fixture names
370 Only one fixture can be defined per testcase.
392 fixture: i2c_hts221
591 Running the tests without this setup or test fixture may fail. A testcase can
592 specify the fixture it needs which can then be matched with hardware capability
607 When running `twister` with ``--device-testing``, the configured fixture
609 and these tests will be executed on the boards that provide this fixture.
/Zephyr-Core-2.7.6/tests/drivers/i2c/i2c_slave_api/
DREADME.txt39 `i2c_bus_short` fixture. If the buses are not connected as required,
/Zephyr-Core-2.7.6/scripts/pylib/twister/
Dtwisterlib.py675 fixture = instance.testcase.harness_config.get("fixture")
677 if fixture and fixture not in d.fixtures:
1807 fixture = testcase.harness_config.get('fixture')
1808 if fixture:
1809 can_run = (fixture in fixtures)
/Zephyr-Core-2.7.6/scripts/
Dtwister870 suite.fixtures = options.fixture
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.5.rst1162 * :github:`31194` - twister: using unsupported fixture without defined harness causes an infinite l…