Searched defs:set_host_attribute (Results 1 - 2 of 2) sorted by relevance

/external/autotest/server/
H A Dfrontend.py569 def set_host_attribute(self, attr, val, **dargs): member in class:AFE
570 self.run('set_host_attribute', attribute=attr, value=val, **dargs)
/external/autotest/frontend/afe/
H A Drpc_interface.py483 def set_host_attribute(attribute, value, **host_filter_data): function
498 rpc_utils.fanout_rpc(hosts, 'set_host_attribute', False,

Completed in 116 milliseconds