Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dsuite_enumerator.py85 control_path = os.path.join(options.autotest_dir, 'test_suites',
87 if not os.path.exists(control_path):
89 control_path)
/external/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt97 >>> control_path = os.path.join(os.path.dirname(test.__file__),
99 >>> control_path = os.path.abspath(control_path)
101 ... path = control_path
/external/autotest/scheduler/
Dmonitor_db.py1352 control_path = _drone_manager.attach_file_to_execution(
1354 return control_path
1360 control_path = self._write_control_file(execution_path)
1369 _drone_manager.absolute_path(control_path)],
/external/autotest/client/common_lib/cros/
Ddev_server.py1437 def get_control_file(self, build, control_path): argument
1449 control_path=control_path)
1709 build=build, control_path=DEPENDENCIES_FILE)