~liuyq0307/lava-android-test/pm-qa-indefinite-loop

« back to all changes in this revision

Viewing changes to lava_android_test/test_definitions/commands/linaro_android_kernel_test.py

  • Committer: Yongqin Liu
  • Date: 2013-02-26 09:18:56 UTC
  • mfrom: (235.2.2 lava-android-test)
  • Revision ID: yongqin.liu@linaro.org-20130226091856-7vvg0gd76trryxyr
merge with Axel Fagerstedt branch for adding linaro kernel test

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Copyright (c) 2012 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
"""
 
21
Runs the linaro kernel unit tests
 
22
 
 
23
**URL:**  None
 
24
 
 
25
**Default Options:** None
 
26
"""
 
27
 
 
28
RUN_ADB_SHELL_STEPS = ['linaro-android-kernel-tests.sh']
 
29
PATTERN = "\s*\[(?P<test_case_id>\w+)\]:\s\w+\s(?P<result>\w+)"