Home
last modified time | relevance | path

Searched defs:TestInstance (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/scripts/tests/twister/pytest_integration/
Dtest_harness_pytest.py38 def test_pytest_command(testinstance: TestInstance, device_type):
58 def test_pytest_command_dut_scope(testinstance: TestInstance):
67 def test_pytest_command_extra_args(testinstance: TestInstance):
77 def test_pytest_command_extra_test_args(testinstance: TestInstance):
86 def test_pytest_command_extra_args_in_options(testinstance: TestInstance):
150 def test_pytest_handle_source_list(testinstance: TestInstance, monkeypatch, pytest_root, expected):
161 def test_if_report_is_parsed(pytester, testinstance: TestInstance):
191 def test_if_report_with_error(pytester, testinstance: TestInstance):
225 def test_if_report_with_skip(pytester, testinstance: TestInstance):
257 def test_if_report_with_filter(pytester, testinstance: TestInstance):
[all …]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dharness.py370 def configure(self, instance: TestInstance):
1000 def configure(self, instance: TestInstance):
Dtestinstance.py41 class TestInstance: class
Drunner.py885 def __init__(self, instance: TestInstance, env: TwisterEnv, jobserver, **kwargs):
1786 def gather_metrics(self, instance: TestInstance):
1801 def calc_size(instance: TestInstance, from_buildlog: bool):
Dtestplan.py597 def handle_quarantined_tests(self, instance: TestInstance, plat: Platform):