Merge lp:~liuyq0307/lava-dispatcher/typo-hard-reboot into lp:lava-dispatcher

Proposed by Yongqin Liu
Status: Merged
Merged at revision: 400
Proposed branch: lp:~liuyq0307/lava-dispatcher/typo-hard-reboot
Merge into: lp:lava-dispatcher
Diff against target: 12 lines (+1/-1)
1 file modified
lava_dispatcher/device/master.py (+1/-1)
To merge this branch: bzr merge lp:~liuyq0307/lava-dispatcher/typo-hard-reboot
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+129694@code.launchpad.net

Description of the change

fix the typo of the calling _hard_reboot

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/device/master.py'
2--- lava_dispatcher/device/master.py 2012-10-09 02:05:17 +0000
3+++ lava_dispatcher/device/master.py 2012-10-15 15:27:30 +0000
4@@ -427,7 +427,7 @@
5 self._enter_uboot()
6 except:
7 logging.exception("_enter_uboot failed")
8- self.hard_reboot()
9+ self._hard_reboot()
10 self._enter_uboot()
11 self.proc.sendline(boot_cmds[0])
12 for line in range(1, len(boot_cmds)):

Subscribers

People subscribed via source and target branches