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 25 testinstance = TestInstance(testsuite, platform, 'outdir') 26 testinstance.handler = mock.Mock() 27 testinstance.handler.options = mock.Mock() 28 testinstance.handler.options.verbose = 1 29 testinstance.handler.options.fixture = ['fixture1:option1', 'fixture2'] 30 testinstance.handler.options.pytest_args = None 31 testinstance.handler.options.extra_test_args = [] 32 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, 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, class_testplan.env.outdir) 152 …assert testinstance.create_overlay(platform, enable_asan, enable_ubsan, enable_coverage, coverage_… 161 testinstance = TestInstance(testcase, platform, class_testplan.env.outdir) 164 assert testinstance.calculate_sizes() == "Missing/multiple output ELF binary" 213 testinstance = TestInstance(testsuite, platform, 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 | 26 from twisterlib.testinstance import TestInstance
|
D | testplan.py | 37 from twisterlib.testinstance import TestInstance
|
D | runner.py | 49 from twisterlib.testinstance import TestInstance
|
/Zephyr-latest/ |
D | .ruff-excludes.toml | 1616 "./scripts/pylib/twister/twisterlib/testinstance.py",
|