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
=== modified file 'lava_android_test/test_definitions/commands/ashmemtest.py'
--- lava_android_test/test_definitions/commands/ashmemtest.py 2013-01-18 14:11:16 +0000
+++ lava_android_test/test_definitions/commands/ashmemtest.py 2013-02-01 17:17:25 +0000
@@ -18,7 +18,7 @@
18# You should have received a copy of the GNU General Public License18# You should have received a copy of the GNU General Public License
19# along with this program. If not, see <http://www.gnu.org/licenses/>.19# along with this program. If not, see <http://www.gnu.org/licenses/>.
20"""20"""
21This is basic unit test for the ashmem driver.21Runs the basic and expanded unit tests for the ashmem driver.
2222
23**URL:** None23**URL:** None
2424
@@ -28,5 +28,5 @@
2828
29test_name = 'ashmem'29test_name = 'ashmem'
3030
31RUN_ADB_SHELL_STEPS = ['ashmemtest']31RUN_ADB_SHELL_STEPS = ['ashmemtest', 'ashmemtest-expanded-runner.sh']
32PATTERN = "\s*\[(?P<test_case_id>\w+)\]:\s\w+\s(?P<result>\w+)"32PATTERN = "\s*\[(?P<test_case_id>\w+)\]:\s\w+\s(?P<result>\w+)"

Subscribers

People subscribed via source and target branches