diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 676: Remove boot_master_image dep from dummy_deploy

Message ID 20130910144753.8611.85555.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Tyler Baker Sept. 10, 2013, 2:47 p.m. UTC
------------------------------------------------------------
revno: 676
committer: Tyler Baker <tyler.baker@linaro.org>
branch nick: lava-dispatcher
timestamp: Tue 2013-09-10 07:29:53 -0700
message:
  Remove boot_master_image dep from dummy_deploy
modified:
  lava_dispatcher/actions/deploy.py


--
lp:lava-dispatcher
https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk

You are subscribed to branch lp:lava-dispatcher.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-dispatcher/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_dispatcher/actions/deploy.py'
--- lava_dispatcher/actions/deploy.py	2013-08-30 22:15:05 +0000
+++ lava_dispatcher/actions/deploy.py	2013-09-10 14:29:53 +0000
@@ -136,5 +136,4 @@ 
 
     def run(self, target_type):
         device = self.client.target_device
-        device.boot_master_image()
         device.deployment_data = device.target_map[target_type]