Merge lp:~mwhudson/lava-test/pmqa-aargh into lp:lava-test/0.0

Proposed by Michael Hudson-Doyle
Status: Merged
Merged at revision: 191
Proposed branch: lp:~mwhudson/lava-test/pmqa-aargh
Merge into: lp:lava-test/0.0
Diff against target: 12 lines (+1/-1)
1 file modified
lava_test/test_definitions/pwrmgmt.py (+1/-1)
To merge this branch: bzr merge lp:~mwhudson/lava-test/pmqa-aargh
Reviewer Review Type Date Requested Status
Andy Doan (community) Approve
Review via email: mp+141829@code.launchpad.net

Description of the change

While we want people to start using the lava-test-shell version of these tests asap, let's fix the blunder here which makes all pwrmgmt tests pass irrespective of what happens on the board.

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_test/test_definitions/pwrmgmt.py'
2--- lava_test/test_definitions/pwrmgmt.py 2012-09-19 04:40:25 +0000
3+++ lava_test/test_definitions/pwrmgmt.py 2013-01-03 22:22:25 +0000
4@@ -57,7 +57,7 @@
5
6 installer = TestInstaller(INSTALLSTEPS, deps=DEPS, git_repos=GIT_REPOS)
7 runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS)
8-parser = TestParser(PATTERN, appendall={'result': 'pass'})
9+parser = TestParser(PATTERN)
10
11 testobj = Test(
12 test_id="pwrmgmt",

Subscribers

People subscribed via source and target branches