Home
last modified time | relevance | path

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

/external/autotest/server/cros/dynamic_suite/
Dtools.py23 _INJECT_END = '# INJECT_END - DO NOT DELETE LINE' variable
198 end = control_file_in.find(_INJECT_END, start)
202 end += len(_INJECT_END)
231 return control_file + args_dict_str + _INJECT_END + '\n' + control_file_in
Dtools_unittest.py73 self.assertTrue(tools._INJECT_END in control_file)