Lines Matching refs:control_file
43 from autotest_lib.frontend.afe import control_file, rpc_utils
755 control_file: str, The control file text.
762 return dict(control_file='', is_server=False, synch_count=1,
768 cf_info['control_file'] = control_file.generate_control(
861 def create_job_page_handler(name, priority, control_file, control_type,
870 @param control_file String contents of the control file.
884 control_file = rpc_utils.encode_ascii(control_file)
885 if not control_file:
887 'control_file' : "Control file cannot be empty"})
897 name=name, control_file=control_file, priority=priority,
899 return create_job(name, priority, control_file, control_type, image=image,
904 def create_job(name, priority, control_file, control_type,
918 @param control_file String contents of the control file.
960 control_file = tools.inject_vars({'args': args}, control_file)