diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 430: target wasn't available - stored in self._client

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

Commit Message

Dave Pigott Oct. 31, 2012, 10:15 p.m. UTC
Merge authors:
  Dave Pigott (dpigott)
Related merge proposals:
  https://code.launchpad.net/~dpigott/lava-dispatcher/fix-target-to-client/+merge/132424
  proposed by: Dave Pigott (dpigott)
  review: Approve - Dave Pigott (dpigott)
------------------------------------------------------------
revno: 430 [merge]
committer: dave.pigott@linaro.org
branch nick: trunk
timestamp: Wed 2012-10-31 23:04:17 +0100
message:
  target wasn't available - stored in self._client
modified:
  lava_dispatcher/device/master.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/device/master.py'
--- lava_dispatcher/device/master.py	2012-10-31 19:01:36 +0000
+++ lava_dispatcher/device/master.py	2012-10-31 21:58:30 +0000
@@ -462,7 +462,7 @@ 
                 self.wait_network_up()
                 network_up = True
             except NetworkError:
-                target.boot_master_image()
+                self._client.boot_master_image()
                 attempts = attempts-1
         if not network_up:
             msg = "Unable to reach LAVA server, check network"