Searched refs:control_type (Results 1 - 13 of 13) sorted by relevance

/external/autotest/server/
H A Dautoserv_utils.py104 control_type = getattr(job, 'control_type', None)
113 if control_type is not None: # still want to enter if control_type==0
115 control_type)
H A Dsequence.py149 control_type=control_data.CONTROL_TYPE.SERVER,
H A Dfrontend.py674 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT,
677 control_file=control_file, control_type=control_type, **dargs)
839 name, control_file, control_type, synch_count, reboot_before,
/external/autotest/frontend/afe/
H A Drpc_interface_unittest.py112 control_type=CLIENT,
124 control_type=CLIENT,
218 control_type=SERVER, **kwargs)
661 control_type=CLIENT,
675 control_type=CLIENT,
690 control_type=CLIENT,
705 control_type=CLIENT,
777 control_type='Server',
983 'control_type': 1,
1071 control_type
[all...]
H A Drpc_utils.py737 control_type,
770 if control_type != control_data.CONTROL_TYPE_NAMES.SERVER:
772 'control_type': 'Hostless jobs cannot use client-side '
800 control_type=control_type,
H A Drpc_interface.py746 def create_job_page_handler(name, priority, control_file, control_type,
756 @param control_type Type of control file, Client or Server.
795 return create_job(name, priority, control_file, control_type, image=image,
804 control_type,
835 @param control_type Type of control file, Client or Server.
881 control_type=control_type,
1893 control_type='Server', variable
2151 control_type='Server',
H A Dmodels.py1143 control_type: Client or Server
1286 control_type = dbmodels.SmallIntegerField( variable in class:Job
1353 return self.control_type == control_data.CONTROL_TYPE.SERVER
1388 control_type=options['control_type'],
/external/autotest/server/hosts/
H A Dservo_host.py422 control_type = control_data.CONTROL_TYPE_NAMES.SERVER
425 control_type=control_type, hosts=[dut])
/external/autotest/site_utils/autoupdate/
H A Dfull_release_test.py386 control_type='Server', meta_hosts=meta_hosts,
/external/autotest/site_utils/
H A Dtest_push.py175 control_type='Server', control_file=c, hosts=[hostname])
/external/autotest/scheduler/
H A Dmonitor_db.py1315 self.job.control_type == control_data.CONTROL_TYPE.SERVER and
/external/autotest/server/cros/dynamic_suite/
H A Dsuite.py342 control_type=test.test_type.capitalize(),
H A Dsuite_unittest.py320 control_type=mox.IgnoreArg(),

Completed in 881 milliseconds