Searched refs:testinstance (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-latest/scripts/tests/twister/pytest_integration/ |
| D | test_harness_pytest.py | 13 from twisterlib.testinstance import TestInstance 18 def testinstance() -> TestInstance: function 26 testinstance = TestInstance(testsuite, platform, 'zephyr', 'outdir') 27 testinstance.handler = mock.Mock() 28 testinstance.handler.options = mock.Mock() 29 testinstance.handler.options.verbose = 1 30 testinstance.handler.options.fixture = ['fixture1:option1', 'fixture2'] 31 testinstance.handler.options.pytest_args = None 32 testinstance.handler.options.extra_test_args = [] 33 testinstance.handler.type_str = 'native' [all …]
|
| /Zephyr-latest/scripts/tests/twister/ |
| D | test_testinstance.py | 21 from twisterlib.testinstance import TestInstance 71 testinstance = TestInstance(testsuite, platform, 'zephyr', class_testplan.env.outdir) 81 run = testinstance.check_runnable(env.options) 87 run = testinstance.check_runnable(env.options) 92 run = testinstance.check_runnable(env.options) 150 testinstance = TestInstance(testcase, platform, 'zephyr', class_testplan.env.outdir) 152 …assert testinstance.create_overlay(platform, enable_asan, enable_ubsan, enable_coverage, coverage_… 161 testinstance = TestInstance(testcase, platform, 'zephyr', class_testplan.env.outdir) 164 assert testinstance.calculate_sizes() == "Missing/multiple output ELF binary" 213 testinstance = TestInstance(testsuite, platform, 'zephyr', class_testplan.env.outdir) [all …]
|
| D | conftest.py | 18 from twisterlib.testinstance import TestInstance
|
| D | test_harness.py | 34 from twisterlib.testinstance import TestInstance
|
| D | test_testplan.py | 21 from twisterlib.testinstance import TestInstance
|
| /Zephyr-latest/scripts/pylib/twister/twisterlib/ |
| D | harness.py | 28 from twisterlib.testinstance import TestInstance
|
| D | testplan.py | 36 from twisterlib.testinstance import TestInstance
|
| D | runner.py | 51 from twisterlib.testinstance import TestInstance
|
| /Zephyr-latest/ |
| D | .ruff-excludes.toml | 1604 "./scripts/pylib/twister/twisterlib/testinstance.py",
|