provision_FirmwareUpdate.py | 21 def stage_image_to_usb(self, host): member in class:provision_FirmwareUpdate 57 def run_once(self, host, value, rw_only=False, stage_image_to_usb=False): 65 @param stage_image_to_usb: True to stage the current ChromeOS image on 72 if stage_image_to_usb: 73 self.stage_image_to_usb(host)
|