Searched refs:fixture (Results 1 – 15 of 15) sorted by relevance
/Zephyr-Core-2.7.6/scripts/tests/twister/ |
D | conftest.py | 21 @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
|
D | test_testinstance.py | 29 …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/ |
D | README.rst | 17 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/ |
D | README.rst | 17 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/ |
D | README.rst | 23 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/ |
D | conftest.py | 16 @pytest.fixture()
|
D | test_sample.py | 11 @pytest.fixture(autouse=True)
|
/Zephyr-Core-2.7.6/scripts/west_commands/tests/ |
D | conftest.py | 21 @pytest.fixture
|
D | test_mdb.py | 131 @pytest.fixture 135 @pytest.fixture
|
D | test_pyocd.py | 129 @pytest.fixture
|
/Zephyr-Core-2.7.6/doc/guides/test/ |
D | twister.rst | 362 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/ |
D | README.txt | 39 `i2c_bus_short` fixture. If the buses are not connected as required,
|
/Zephyr-Core-2.7.6/scripts/pylib/twister/ |
D | twisterlib.py | 675 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/ |
D | twister | 870 suite.fixtures = options.fixture
|
/Zephyr-Core-2.7.6/doc/releases/ |
D | release-notes-2.5.rst | 1162 * :github:`31194` - twister: using unsupported fixture without defined harness causes an infinite l…
|