Home
last modified time | relevance | path

Searched refs:tot_spec (Results 1 – 1 of 1) sorted by relevance

/external/autotest/site_utils/suite_scheduler/
Dtask.py105 def ConvertTotSpec(self, tot_spec): argument
121 tot_spec = tot_spec.lower()
122 match = re.match('(tot)[-]?(1$|2$)?', tot_spec)
125 "%s isn't a valid branch spec." % tot_spec)