Merge lp:~tyler-baker/lava-dispatcher/fix-boot-linaro-error-message into lp:lava-dispatcher

Proposed by Tyler Baker
Status: Merged
Merged at revision: 661
Proposed branch: lp:~tyler-baker/lava-dispatcher/fix-boot-linaro-error-message
Merge into: lp:lava-dispatcher
Diff against target: 11 lines (+1/-1)
1 file modified
lava_dispatcher/client/base.py (+1/-1)
To merge this branch: bzr merge lp:~tyler-baker/lava-dispatcher/fix-boot-linaro-error-message
Reviewer Review Type Date Requested Status
Antonio Terceiro Approve
Review via email: mp+182976@code.launchpad.net

Description of the change

Below is an exmaple of where the test image fails to boot, however LAVA display the error as "CriticalError: Could not get master image booted properly"

http://validation.linaro.org/scheduler/job/69341

This is a trival change to correct this.

To post a comment you must log in.
Revision history for this message
Antonio Terceiro (terceiro) wrote :

Thanks

 review approve

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_dispatcher/client/base.py'
2--- lava_dispatcher/client/base.py 2013-08-28 14:55:50 +0000
3+++ lava_dispatcher/client/base.py 2013-08-29 18:10:59 +0000
4@@ -482,7 +482,7 @@
5 in_linaro_image = True
6
7 if not in_linaro_image:
8- msg = "Could not get master image booted properly"
9+ msg = "Could not get the test image booted properly"
10 logging.critical(msg)
11 raise CriticalError(msg)
12

Subscribers

People subscribed via source and target branches