Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/factory_Basic/
Dcontrol24 # factory_Basic/test_list.suspend_basic, for which the test_list_name
28 test_list_name = args_dict.get('test_list_name')
31 if test_list_name:
34 test_list_name=test_list_name,
38 'to test list> test_list_name=<name of test list>" '
40 'on the DUT, just the test_list_name will suffice.')
Dfactory_Basic.py16 def initialize(self, host, test_list_path, test_list_name): argument
28 'test_list.%s' % test_list_name))
34 def run_once(self, host, test_list_name): argument
39 self._goofy_client.monitor_tests(test_list_name)