diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 164: have soft_reboot look for a message that both android and regular images print

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

Commit Message

Michael-Doyle Hudson Nov. 18, 2011, 3:11 a.m. UTC
------------------------------------------------------------
revno: 164
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: trunk
timestamp: Fri 2011-11-18 16:09:38 +1300
message:
  have soft_reboot look for a message that both android and regular images print
modified:
  lava_dispatcher/connection.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/connection.py'
--- lava_dispatcher/connection.py	2011-10-27 06:12:13 +0000
+++ lava_dispatcher/connection.py	2011-11-18 03:09:38 +0000
@@ -68,7 +68,7 @@ 
         # set soft reboot timeout 120s, or do a hard reset
         logging.info("Rebooting the system")
         id = self.proc.expect(
-            ['Will now restart', pexpect.TIMEOUT], timeout=120)
+            ['Restarting system.', pexpect.TIMEOUT], timeout=120)
         if id != 0:
             self.hard_reboot()