OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_jobs_to_tests
(Results
1 - 2
of
2
) sorted by null
/external/autotest/server/cros/dynamic_suite/
suite_unittest.py
680
self.suite.
_jobs_to_tests
[self._FAKE_JOB_ID] = self.files['seven']
702
self.suite.
_jobs_to_tests
[self._FAKE_JOB_ID] = self.files['seven']
728
self.suite.
_jobs_to_tests
[self._FAKE_JOB_ID] = test_to_retry
739
# Check
_jobs_to_tests
is correctly updated
740
self.assertEquals(self.suite.
_jobs_to_tests
[fake_new_job_id],
[
all
...]
suite.py
270
@var
_jobs_to_tests
: a dictionary that maps job ids to tests represented
665
self.
_jobs_to_tests
= {}
[
all
...]
Completed in 52 milliseconds