diff mbox

[Branch,~linaro-validation/lava-dispatcher/trunk] Rev 324: add the option parameter for the test_name method of lava_android_test_run command

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

Commit Message

Yongqin Liu June 14, 2012, 3:20 p.m. UTC
Merge authors:
  Yongqin Liu (liuyq0307)
Related merge proposals:
  https://code.launchpad.net/~liuyq0307/lava-dispatcher/fix-option-support-error/+merge/110351
  proposed by: Yongqin Liu (liuyq0307)
  review: Approve - Andy Doan (doanac)
------------------------------------------------------------
revno: 324 [merge]
committer: Yongqin Liu <yongqin.liu@linaro.org>
branch nick: lava-dispatcher
timestamp: Thu 2012-06-14 23:17:59 +0800
message:
  add the option parameter for the test_name method of lava_android_test_run command
modified:
  lava_dispatcher/actions/lava-android-test.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/actions/lava-android-test.py'
--- lava_dispatcher/actions/lava-android-test.py	2012-06-07 10:49:44 +0000
+++ lava_dispatcher/actions/lava-android-test.py	2012-06-14 14:49:07 +0000
@@ -47,7 +47,7 @@ 
         'additionalProperties': False,
         }
 
-    def test_name(self, test_name, timeout=-1):
+    def test_name(self, test_name, option=None, timeout=-1):
         return super(cmd_lava_android_test_run, self).test_name() + \
                ' (%s)' % test_name