diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 148: Don't force enter_uboot just because we are hard rebooting on snowball - this is handled outside ...

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

Commit Message

Paul Larson Oct. 24, 2011, 5:15 p.m. UTC
------------------------------------------------------------
revno: 148
committer: Paul Larson <paul.larson@canonical.com>
branch nick: lava-dispatcher
timestamp: Mon 2011-10-24 12:13:35 -0500
message:
  Don't force enter_uboot just because we are hard rebooting on snowball - this is handled outside of this section already
modified:
  lava_dispatcher/client.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/client.py'
--- lava_dispatcher/client.py	2011-10-20 15:20:56 +0000
+++ lava_dispatcher/client.py	2011-10-24 17:13:35 +0000
@@ -156,7 +156,6 @@ 
             self.in_master_shell(300)
             # Intentionally avoid self.soft_reboot() to prevent looping
             self.proc.sendline("reboot")
-            self.enter_uboot()
 
     def run_shell_command(self, cmd, response=None, timeout=-1):
         self.empty_pexpect_buffer()