summaryrefslogtreecommitdiff
path: root/android
diff options
context:
space:
mode:
authorYongqin Liu <yongqin.liu@linaro.org>2014-09-09 18:08:28 +0800
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-09-09 14:37:44 +0000
commitcd94ba5e5271ce8a04fd926e83ad01ca8a56fe13 (patch)
tree1179cc09d2820a32930373bc665444c0cb71e9d0 /android
parenta7da5532ae68a7e4f81255a25faecaf67598b532 (diff)
android: add test definition for bionic libc test
this test will run the /system/bin/run-bionic-tests.sh script integrated into the build directly to do the test. Change-Id: I25445d5bd567af2fd1152da3c149d5945de9f9fc Signed-off-by: Yongqin Liu <yongqin.liu@linaro.org>
Diffstat (limited to 'android')
-rw-r--r--android/bionic_libc_tests.yaml22
1 files changed, 22 insertions, 0 deletions
diff --git a/android/bionic_libc_tests.yaml b/android/bionic_libc_tests.yaml
new file mode 100644
index 0000000..82adcae
--- /dev/null
+++ b/android/bionic_libc_tests.yaml
@@ -0,0 +1,22 @@
+metadata:
+ name: bionic_libc_tests
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Run the bionic libc test, but this will be replaced with the cts test after the migration"
+ maintainer:
+ - yongqin.liu@linaro.org
+ os:
+ - android
+ scope:
+ - functional
+ devices:
+ - wg
+
+run:
+ steps:
+ - /system/bin/run-bionic-tests.sh
+
+parse:
+ pattern: "(?P<test_case_id>.*-*)\\s+:\\s+(?P<result>(PASS|FAIL))"
+ fixupdict:
+ PASS: pass
+ FAIL: fail