HomeSort by relevance Sort by last modified time
    Searched refs:set_host_attribute (Results 1 - 9 of 9) sorted by null

  /external/autotest/server/hosts/
afe_store_unittest.py 95 self.assertEqual(self.mock_afe.set_host_attribute.call_count, 1)
96 self.mock_afe.set_host_attribute.assert_called_once_with(
106 self.assertEqual(self.mock_afe.set_host_attribute.call_count, 1)
107 self.mock_afe.set_host_attribute.assert_called_once_with(
117 self.assertEqual(self.mock_afe.set_host_attribute.call_count, 1)
118 self.mock_afe.set_host_attribute.assert_called_once_with(
afe_store.py 115 self._afe.set_host_attribute(key, None, hostname=self._hostname)
117 self._afe.set_host_attribute(key, new_attributes[key],
cros_host.py     [all...]
  /external/autotest/contrib/
stage_build.py 46 AFE.set_host_attribute('job_repo_url', repo_url, hostname=options.host)
manage_powerunit_info.py 70 afe.set_host_attribute(key, val, hostname=device)
  /external/autotest/test_suites/
dev_harness.py 56 AFE.set_host_attribute(constants.JOB_REPO_URL, repo_url, hostname=m)
  /external/autotest/site_utils/deployment/
install.py 324 afe.set_host_attribute(servo_host.SERVO_HOST_ATTR,
327 afe.set_host_attribute(servo_host.SERVO_PORT_ATTR,
331 afe.set_host_attribute(servo_host.SERVO_SERIAL_ATTR,
  /external/autotest/server/
frontend.py 568 def set_host_attribute(self, attr, val, **dargs): member in class:AFE
569 self.run('set_host_attribute', attribute=attr, value=val, **dargs)
  /external/autotest/frontend/afe/
rpc_interface.py 587 def set_host_attribute(attribute, value, **host_filter_data): function
606 Call set_host_attribute instead.
    [all...]

Completed in 112 milliseconds