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.py76 or options.test_only
Dtestplan.py243 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:
Drunner.py1876 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/
Dtest_testplan.py612 test_only, argument
718 test_only=test_only,
1528 testplan.options = mock.Mock(device_testing=device_testing, test_only=True, report_summary=None)
Dtest_runner.py2712 test_only, argument
2742 test_only,