Home | History | Annotate | Download | only in suite_scheduler

Lines Matching refs:test_source

160                        'firmware_rw_build_spec', 'test_source', 'job_retry',
182 test_source = config.getstring(section, 'test_source')
234 test_source=test_source, job_retry=job_retry,
268 test_source=None, job_retry=False, hour=None, day=None):
300 test_source: cros
306 test_source: firmware_rw
313 test_source: cros
337 @param test_source: The source of test code when firmware will be
357 self._test_source = test_source
363 not self.test_source in [Builds.FIRMWARE_RW, Builds.CROS]):
523 def test_source(self):
712 if self.test_source == Builds.FIRMWARE_RW:
714 elif self.test_source == Builds.CROS: