diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 191: remove override that makes all pwrmgmt tests pass

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

Commit Message

Michael-Doyle Hudson Jan. 3, 2013, 10:39 p.m. UTC
------------------------------------------------------------
revno: 191
committer: Michael Hudson-Doyle <michael.hudson@linaro.org>
branch nick: pmqa-aargh
timestamp: Fri 2013-01-04 11:15:23 +1300
message:
  remove override that makes all pwrmgmt tests pass
modified:
  lava_test/test_definitions/pwrmgmt.py


--
lp:lava-test
https://code.launchpad.net/~linaro-validation/lava-test/trunk

You are subscribed to branch lp:lava-test.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'lava_test/test_definitions/pwrmgmt.py'
--- lava_test/test_definitions/pwrmgmt.py	2012-09-19 04:40:25 +0000
+++ lava_test/test_definitions/pwrmgmt.py	2013-01-03 22:15:23 +0000
@@ -57,7 +57,7 @@ 
 
 installer = TestInstaller(INSTALLSTEPS, deps=DEPS, git_repos=GIT_REPOS)
 runner = TestRunner(RUNSTEPS, default_options=DEFAULT_OPTIONS)
-parser = TestParser(PATTERN, appendall={'result': 'pass'})
+parser = TestParser(PATTERN)
 
 testobj = Test(
     test_id="pwrmgmt",