From 70ba060a26b22924af79da416723c47f82be6c4e Mon Sep 17 00:00:00 2001 From: Botao Sun Date: Sat, 24 Jan 2015 12:24:40 +1100 Subject: Add SD MMC & Gator Data Streaming for BeagleBone Black ubuntu. This patch adds SD MMC and Gator Data Streaming test for BeagleBone Black ubuntu image. Signed-off by: Botao Sun Change-Id: I276695cf026ab0519e5f87d4e5d3c95b037fab14 --- .../lava-job-definitions/beaglebone-black/template.json | 14 +++++++++++++- .../lava-job-definitions/beaglebone-black/template.yaml | 8 +++++++- 2 files changed, 20 insertions(+), 2 deletions(-) (limited to 'linux-linaro-tracking-ll') diff --git a/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.json b/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.json index fd515f25bf..8edbf94daf 100644 --- a/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.json +++ b/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.json @@ -35,7 +35,19 @@ "testdef_repos": [ { "git-repo": "git://git.linaro.org/qa/test-definitions.git", - "testdef": "ubuntu/gatortests.yaml" + "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 diff --git a/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.yaml b/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.yaml index 8670b1fb8f..4aa6619183 100644 --- a/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.yaml +++ b/linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.yaml @@ -22,7 +22,13 @@ actions: parameters: testdef_repos: - git-repo: git://git.linaro.org/qa/test-definitions.git - testdef: ubuntu/gatortests.yaml + 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: -- cgit v1.2.3