Lines Matching refs:test_specs
35 def run(client, test_specs, suite_handler, dry_run=False): argument
46 _resume_suite(client, test_specs, suite_handler, dry_run)
49 _run_suite(test_specs, suite_handler, dry_run)
52 def _resume_suite(client, test_specs, suite_handler, dry_run=False): argument
58 test_specs, suite_handler, all_tasks)
67 def _get_unscheduled_test_specs(test_specs, suite_handler, all_tasks): argument
69 for test_spec in test_specs:
117 def _run_suite(test_specs, suite_handler, dry_run=False): argument
123 _create_test_tasks(test_specs, suite_handler, suite_id, dry_run)
130 def _create_test_tasks(test_specs, suite_handler, suite_id, dry_run=False): argument
144 for test_spec in test_specs: