Home
last modified time | relevance | path

Searched refs:testinstance (Results 1 – 9 of 9) sorted by relevance

/Zephyr-4.2.1/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py12 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/
Dtest_testinstance.py21 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 …]
Dtest_testplan.py20 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 …]
Dconftest.py12 from twisterlib.testinstance import TestInstance
Dtest_harness.py28 from twisterlib.testinstance import TestInstance
/Zephyr-4.2.1/scripts/pylib/twister/twisterlib/
Dharness.py30 from twisterlib.testinstance import TestInstance
Dtestplan.py38 from twisterlib.testinstance import TestInstance
Drunner.py53 from twisterlib.testinstance import TestInstance
/Zephyr-4.2.1/
D.ruff-excludes.toml970 "./scripts/pylib/twister/twisterlib/testinstance.py",