diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 400: fix the typo of the calling _hard_reboot

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

Commit Message

Yongqin Liu Oct. 15, 2012, 11:57 p.m. UTC
Merge authors:
  Yongqin Liu (liuyq0307)
Related merge proposals:
  https://code.launchpad.net/~liuyq0307/lava-dispatcher/typo-hard-reboot/+merge/129694
  proposed by: Yongqin Liu (liuyq0307)
  review: Approve - Andy Doan (doanac)
------------------------------------------------------------
revno: 400 [merge]
committer: Yongqin Liu <yongqin.liu@linaro.org>
branch nick: lava-dispatcher
timestamp: Mon 2012-10-15 16:54:49 -0700
message:
  fix the typo of the calling _hard_reboot
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-09 02:05:17 +0000
+++ lava_dispatcher/device/master.py	2012-10-15 15:15:14 +0000
@@ -427,7 +427,7 @@ 
             self._enter_uboot()
         except:
             logging.exception("_enter_uboot failed")
-            self.hard_reboot()
+            self._hard_reboot()
             self._enter_uboot()
         self.proc.sendline(boot_cmds[0])
         for line in range(1, len(boot_cmds)):