Searched refs:provision_command (Results 1 – 1 of 1) sorted by relevance
/external/autotest/server/cros/ |
D | provisioner.py | 353 def _quick_provision_with_gs_cache(self, provision_command, devserver_name, argument 373 command = '%s --noreboot %s %s' % (provision_command, image_name, 382 def _quick_provision_with_devserver(self, provision_command, argument 403 command = '%s --noreboot %s %s' % (provision_command, image_name, 412 def _quick_provision_with_public_bucket(self, provision_command, argument 422 command = '%s --noreboot %s %s' % (provision_command, image_name, 443 provision_command = self._get_remote_script(_QUICK_PROVISION_SCRIPT) 447 provision_command, image_name) 451 provision_command, server_name, image_name) 457 provision_command, server_name, image_name)
|