From 239c13f7b4518f56d34f844986e99d32cfffe388 Mon Sep 17 00:00:00 2001 From: Botao Sun Date: Thu, 21 Nov 2013 00:15:21 +1100 Subject: Add Gator Data Streaming test for Linaro Android. Using $EXTERNAL_STORAGE instead of /mnt/sdcard Test code has been validated in LAVA. Signed-off by: Botao Sun Change-Id: Iee74798985564c13a79d8a7699741e74502040f5 --- android/gator-data-streaming.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 android/gator-data-streaming.yaml (limited to 'android/gator-data-streaming.yaml') diff --git a/android/gator-data-streaming.yaml b/android/gator-data-streaming.yaml new file mode 100644 index 0000000..fcdb502 --- /dev/null +++ b/android/gator-data-streaming.yaml @@ -0,0 +1,26 @@ +metadata: + name: gator-data-streaming + format: "Lava-Test-Shell Test Definition 1.0" + description: "Gator Data Streaming Test for Android." + maintainer: + - botao.sun@linaro.org + os: + - android + scope: + - functional + devices: + - arndale + - panda + - panda-es + - vexpress-a9 + - vexpress-tc2 + +run: + steps: + - "./android/scripts/gator-data-streaming.sh" + +parse: + pattern: "(?P[a-zA-Z0-9_-]+):\\s(?P\\w+)" + fixupdict: + FAIL: fail + PASS: pass -- cgit v1.2.3