Merge lp:~pundiramit/lava-android-test/bionic into lp:lava-android-test

Proposed by Amit Pundir
Status: Superseded
Proposed branch: lp:~pundiramit/lava-android-test/bionic
Merge into: lp:lava-android-test
Diff against target: 33 lines (+29/-0)
1 file modified
lava_android_test/test_definitions/commands/bionic_libc_tests.py (+29/-0)
To merge this branch: bzr merge lp:~pundiramit/lava-android-test/bionic
Reviewer Review Type Date Requested Status
Senthil Kumaran S Needs Fixing
Review via email: mp+174142@code.launchpad.net

This proposal has been superseded by a proposal from 2013-07-11.

Description of the change

Add stock bionic tests in LAVA.

To post a comment you must log in.
Revision history for this message
Senthil Kumaran S (stylesen) wrote :

=== added file 'lava_android_test/test_definitions/commands/bionic_libc_tests.py'
2 --- lava_android_test/test_definitions/commands/bionic_libc_tests.py 1970-01-01 00:00:00 +0000
3 +++ lava_android_test/test_definitions/commands/bionic_libc_tests.py 2013-07-11 09:46:24 +0000
4 @@ -0,0 +1,29 @@
5 +# Copyright (c) 2012 Linaro

Should this be 2013?

25 +Runs the stock bionic tests.
26 +
27 +**URL:** http://android.git.linaro.org/gitweb?p=platform/system/extras.git;a=tree;f=tests/bionic/libc;h=709d4b36a1421b4c937ded00cb5b750cc9d3f80a;hb=refs/heads/linaro_android_4.2.2

You can make the URL as "http://android.git.linaro.org/gitweb?p=platform/system/extras.git;a=tree;f=tests/bionic/libc" which will give the head.

review: Needs Fixing
260. By Amit Pundir

Add bionic libc tests

Unmerged revisions

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'lava_android_test/test_definitions/commands/bionic_libc_tests.py'
2--- lava_android_test/test_definitions/commands/bionic_libc_tests.py 1970-01-01 00:00:00 +0000
3+++ lava_android_test/test_definitions/commands/bionic_libc_tests.py 2013-07-11 10:36:35 +0000
4@@ -0,0 +1,29 @@
5+# Copyright (c) 2013 Linaro
6+
7+# Author: Linaro Validation Team <linaro-dev@lists.linaro.org>
8+#
9+# This file is part of LAVA Android Test.
10+#
11+#
12+# This program is free software: you can redistribute it and/or modify
13+# it under the terms of the GNU General Public License as published by
14+# the Free Software Foundation, either version 3 of the License, or
15+# (at your option) any later version.
16+#
17+# This program is distributed in the hope that it will be useful,
18+# but WITHOUT ANY WARRANTY; without even the implied warranty of
19+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20+# GNU General Public License for more details.
21+#
22+# You should have received a copy of the GNU General Public License
23+# along with this program. If not, see <http://www.gnu.org/licenses/>.
24+"""
25+Runs the stock bionic tests.
26+
27+**URL:** http://android.git.linaro.org/gitweb?p=platform/system/extras.git;a=tree;f=tests/bionic/libc
28+
29+**Default Options:** None
30+"""
31+
32+RUN_ADB_SHELL_STEPS = ['run-bionic-tests.sh']
33+PATTERN = "(?P<test_case_id>.*-*)\s+:\s+(?P<result>(PASS|FAIL))"

Subscribers

People subscribed via source and target branches