Searched refs:test_only (Results 1 – 6 of 6) sorted by relevance
/Zephyr-latest/scripts/west_commands/tests/ |
D | test_twister.py | 51 assert options.test_only == test_case["test_only"]
|
/Zephyr-latest/scripts/pylib/twister/twisterlib/ |
D | twister_main.py | 76 or options.test_only
|
D | testplan.py | 243 elif self.options.test_only: 714 if self.options.test_only and not instance.run: 736 elif status == TwisterStatus.NOTRUN and instance.run and self.options.test_only:
|
D | runner.py | 1876 test_only=False, argument 1913 if test_only and instance.run: 1970 self.add_tasks_to_queue(pipeline, self.options.build_only, self.options.test_only,
|
/Zephyr-latest/scripts/tests/twister/ |
D | test_testplan.py | 612 test_only, argument 718 test_only=test_only, 1528 testplan.options = mock.Mock(device_testing=device_testing, test_only=True, report_summary=None)
|
D | test_runner.py | 2712 test_only, argument 2742 test_only,
|