Merge lp:~fagerstedt-axel/lava-android-test/ashmemtestexpanded into lp:lava-android-test

Proposed by Axel Fagerstedt
Status: Merged
Merged at revision: 235
Proposed branch: lp:~fagerstedt-axel/lava-android-test/ashmemtestexpanded
Merge into: lp:lava-android-test
Diff against target: 19 lines (+2/-2)
1 file modified
lava_android_test/test_definitions/commands/ashmemtest.py (+2/-2)
To merge this branch: bzr merge lp:~fagerstedt-axel/lava-android-test/ashmemtestexpanded
Reviewer Review Type Date Requested Status
Andy Doan Pending
Review via email: mp+146176@code.launchpad.net

Description of the change

Take two on adding the expanded ashmem test.

Expanded the existing LAVA wrapper to run both tests instead of adding a separate wrapper.

To post a comment you must log in.
Revision history for this message
Andy Doan (doanac) wrote :

+1

thanks for re-working this :)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'lava_android_test/test_definitions/commands/ashmemtest.py'
2--- lava_android_test/test_definitions/commands/ashmemtest.py 2013-01-18 14:11:16 +0000
3+++ lava_android_test/test_definitions/commands/ashmemtest.py 2013-02-01 17:17:25 +0000
4@@ -18,7 +18,7 @@
5 # You should have received a copy of the GNU General Public License
6 # along with this program. If not, see <http://www.gnu.org/licenses/>.
7 """
8-This is basic unit test for the ashmem driver.
9+Runs the basic and expanded unit tests for the ashmem driver.
10
11 **URL:** None
12
13@@ -28,5 +28,5 @@
14
15 test_name = 'ashmem'
16
17-RUN_ADB_SHELL_STEPS = ['ashmemtest']
18+RUN_ADB_SHELL_STEPS = ['ashmemtest', 'ashmemtest-expanded-runner.sh']
19 PATTERN = "\s*\[(?P<test_case_id>\w+)\]:\s\w+\s(?P<result>\w+)"

Subscribers

People subscribed via source and target branches