Merge lp:~liuyq0307/lava-android-test/remove-linaro-json into lp:lava-android-test

Proposed by Yongqin Liu
Status: Merged
Merged at revision: 147
Proposed branch: lp:~liuyq0307/lava-android-test/remove-linaro-json
Merge into: lp:lava-android-test
Diff against target: 17 lines (+1/-3)
1 file modified
lava_android_test/commands.py (+1/-3)
To merge this branch: bzr merge lp:~liuyq0307/lava-android-test/remove-linaro-json
Reviewer Review Type Date Requested Status
Zygmunt Krynicki (community) Approve
Review via email: mp+101491@code.launchpad.net

Description of the change

This branch just do the thing that remove the use of linaro-json.
the thing that make a common version command for lava-tool series will be done as another item

To post a comment you must log in.
Revision history for this message
Zygmunt Krynicki (zyga) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_android_test/commands.py'
2--- lava_android_test/commands.py 2012-03-22 11:53:00 +0000
3+++ lava_android_test/commands.py 2012-04-11 06:18:24 +0000
4@@ -122,12 +122,10 @@
5 import lava_tool
6 import lava_android_test
7 import linaro_dashboard_bundle
8- import linaro_json
9 return [
10 lava_android_test,
11 lava_tool,
12- linaro_dashboard_bundle,
13- linaro_json]
14+ linaro_dashboard_bundle]
15
16
17 class AndroidCommand(Command):

Subscribers

People subscribed via source and target branches