Home
last modified time | relevance | path

Searched refs:test_only (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/scripts/west_commands/tests/
Dtest_twister.py51 assert options.test_only == test_case["test_only"]
/Zephyr-latest/scripts/pylib/twister/twisterlib/
Dtwister_main.py44 or options.test_only
Dtestplan.py242 elif self.options.test_only:
638 if self.options.test_only and not instance.run:
660 elif status == TwisterStatus.NOTRUN and instance.run and self.options.test_only:
Drunner.py1937 test_only=False, argument
1974 if test_only and instance.run:
2031 self.add_tasks_to_queue(pipeline, self.options.build_only, self.options.test_only,
/Zephyr-latest/scripts/tests/twister/
Dtest_testplan.py611 test_only, argument
729 test_only=test_only,
1399 testplan.options = mock.Mock(device_testing=device_testing, test_only=True, report_summary=None)
Dtest_runner.py2721 test_only, argument
2751 test_only,