aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es
diff options
context:
space:
mode:
authorBotao Sun <botao.sun@linaro.org>2015-01-27 14:05:24 +1100
committerFathi Boudra <fathi.boudra@linaro.org>2015-02-04 08:23:19 +0000
commit7e6f9b9baecb149e93399bb39dbf8ef160c579a2 (patch)
treec37e9ca0d8b9448b41c302dd9708be9ad1fa272d /linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es
parent43276aefa39d37f14f8fad6de21b02f68ee67ae0 (diff)
Add SD MMC & Gator Data Streaming for LSK Stable Build v3.14.
This patch adds SD MMC and Gator Data Streaming test for ubuntu LSK stable build v3.14. Targets are: Samsung Arndale, TI Panda, BeagleBone Black and ARM Versatile Express TC2. Signed-off by: Botao Sun <botao.sun@linaro.org> Change-Id: I22f731d2dc828c1c1e84786e133ddb8b16d7d703
Diffstat (limited to 'linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es')
-rw-r--r--linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.json24
-rw-r--r--linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.yaml12
2 files changed, 36 insertions, 0 deletions
diff --git a/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.json b/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.json
index dcc7bed937..97b94153cc 100644
--- a/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.json
+++ b/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.json
@@ -24,6 +24,30 @@
"testdef_repos": [
{
"git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/sd-mmc-ubuntu.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/gator-data-streaming-ubuntu.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
"testdef": "ubuntu/pwrmgmt.yaml"
}
],
diff --git a/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.yaml b/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.yaml
index 3e7b15ef5b..b547037031 100644
--- a/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.yaml
+++ b/linux-linaro-stable-lsk-v3.14/lava-job-definitions/panda-es/template.yaml
@@ -17,6 +17,18 @@ actions:
parameters:
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/sd-mmc-ubuntu.yaml
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/gator-data-streaming-ubuntu.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
testdef: ubuntu/pwrmgmt.yaml
timeout: 1200
- command: lava_test_shell