Searched refs:testinstance (Results 1 – 9 of 9) sorted by relevance
| /Zephyr-4.2.1/scripts/tests/twister/pytest_integration/ |
| D | test_harness_pytest.py | 12 from twisterlib.testinstance import TestInstance 17 def testinstance() -> TestInstance: function 25 testinstance = TestInstance(testsuite, platform, 'zephyr', '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-4.2.1/scripts/tests/twister/ |
| D | test_testinstance.py | 21 from twisterlib.testinstance import TestInstance 66 testinstance = TestInstance(testsuite, platform, 'zephyr', class_testplan.env.outdir) 76 run = testinstance.check_runnable(env.options) 82 run = testinstance.check_runnable(env.options) 87 run = testinstance.check_runnable(env.options) 145 testinstance = TestInstance(testcase, platform, 'zephyr', class_testplan.env.outdir) 147 …assert testinstance.create_overlay(platform, enable_asan, enable_ubsan, enable_coverage, coverage_… 156 testinstance = TestInstance(testcase, platform, 'zephyr', class_testplan.env.outdir) 159 assert testinstance.calculate_sizes() == "Missing/multiple output ELF binary" 208 testinstance = TestInstance(testsuite, platform, 'zephyr', class_testplan.env.outdir) [all …]
|
| D | test_testplan.py | 20 from twisterlib.testinstance import TestInstance 272 testinstance = TestInstance(testsuite, platform, 'zephyr', class_testplan.env.outdir) 273 class_testplan.add_instances([testinstance]) 285 testinstance = TestInstance(testsuite, platform, 'zephyr', plan.env.outdir) 286 plan.add_instances([testinstance]) 290 assert testinstance.required_applications[0] == testinstance_req.name 300 testinstance = TestInstance(testsuite, platform, 'zephyr', plan.env.outdir) 301 plan.add_instances([testinstance]) 305 assert testinstance.status == TwisterStatus.FILTER 306 assert "Missing required application" in testinstance.reason [all …]
|
| D | conftest.py | 12 from twisterlib.testinstance import TestInstance
|
| D | test_harness.py | 28 from twisterlib.testinstance import TestInstance
|
| /Zephyr-4.2.1/scripts/pylib/twister/twisterlib/ |
| D | harness.py | 30 from twisterlib.testinstance import TestInstance
|
| D | testplan.py | 38 from twisterlib.testinstance import TestInstance
|
| D | runner.py | 53 from twisterlib.testinstance import TestInstance
|
| /Zephyr-4.2.1/ |
| D | .ruff-excludes.toml | 970 "./scripts/pylib/twister/twisterlib/testinstance.py",
|