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

Proposed by Amit Pundir
Status: Merged
Approved by: Senthil Kumaran S
Approved revision: 260
Merged at revision: 259
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 Approve
Review via email: mp+174164@code.launchpad.net

This proposal supersedes 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 : Posted in a previous version of this proposal

=== 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
Revision history for this message
Senthil Kumaran S (stylesen) :
review: Approve

Preview Diff

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

Subscribers

People subscribed via source and target branches