Searched refs:autotest_string (Results 1 – 1 of 1) sorted by relevance
30 def __init__(self, autotest_string): argument34 fields = autotest_string.split(',', 1)37 autotest_string = fields[1]38 fields = autotest_string.split(',', 1)53 for autotest_string in autotest_strings.split(':'):54 autotest = Autotest(autotest_string)