Home
last modified time | relevance | path

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

/external/autotest/site_utils/
Dsuite_enumerator.py83 control_path = os.path.join(options.autotest_dir, 'test_suites',
85 if not os.path.exists(control_path):
87 control_path)
/external/autotest/client/virt/tests/
Dautotest.py20 control_path = os.path.join(test.bindir, "autotest_control",
24 virt_test_utils.run_autotest(vm, session, control_path, timeout, outputdir,
/external/autotest/client/tests/kvm/tests/
Dcpu_hotplug.py94 control_path = os.path.join(test.bindir, "autotest_control",
99 virt_test_utils.run_autotest(vm, session, control_path, timeout,
/external/autotest/client/virt/
Dvirt_test_utils.py433 def run_autotest(vm, session, control_path, timeout, outputdir, params): argument
539 if not os.path.isfile(control_path):
541 control_path)
578 vm.copy_files_to(control_path,
583 os.path.basename(control_path), timeout)
/external/autotest/frontend/afe/doctests/
D003_misc_rpc_features.txt311 >>> control_path = os.path.join(os.path.dirname(test.__file__),
313 >>> control_path = os.path.abspath(control_path)
315 ... path = control_path
/external/autotest/client/common_lib/cros/
Ddev_server.py1113 def get_control_file(self, build, control_path): argument
1125 control_path=control_path)
1145 build=build, control_path=DEPENDENCIES_FILE)
/external/autotest/scheduler/
Dmonitor_db.py1155 control_path = _drone_manager.attach_file_to_execution(
1157 return control_path
1163 control_path = self._write_control_file(execution_path)
1172 _drone_manager.absolute_path(control_path)],