aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-tracking-ll
diff options
context:
space:
mode:
authorChase Qi <chase.qi@linaro.org>2015-03-13 03:28:59 +0000
committerChase Qi <chase.qi@linaro.org>2015-03-13 03:48:09 +0000
commit8b89159ad96faf5e3e82fa99bad6afa896a06471 (patch)
treef060e6202ea5a89437c4996958cb8c75fc6c6437 /linux-linaro-tracking-ll
parent6a1a9f746e76f6d79c1bce847ae875258d9b26c0 (diff)
linux-linaro*: add usb-test-basic to test plan
Created dedicated usb-test-basic test case. Need to add it to test plan before remove lsusb test from smoke-test-basic. Change-Id: If808b3ae29cb5cc4684d06cdda76dbb82a62c450 Signed-off-by: Chase Qi <chase.qi@linaro.org>
Diffstat (limited to 'linux-linaro-tracking-ll')
-rw-r--r--linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.json14
-rw-r--r--linux-linaro-tracking-ll/lava-job-definitions/beaglebone-black/template.yaml8
-rw-r--r--linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.json14
-rw-r--r--linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.yaml8
-rw-r--r--linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.json12
-rw-r--r--linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.yaml8
6 files changed, 59 insertions, 5 deletions
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 8edbf94daf..09ea744db8 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
@@ -107,6 +107,18 @@
"testdef_repos": [
{
"git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/usb-test-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
"testdef": "ubuntu/network-tests-basic.yaml"
}
],
@@ -124,4 +136,4 @@
"device_type": "${DEVICE_TYPE}",
"job_name": "${BUILD_URL}",
"timeout": 172800
-} \ No newline at end of file
+}
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 4aa6619183..cb3150a8e7 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
@@ -58,6 +58,12 @@ actions:
parameters:
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/usb-test-basic.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
testdef: ubuntu/network-tests-basic.yaml
timeout: 1200
- command: submit_results
@@ -66,4 +72,4 @@ actions:
stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
-timeout: 172800 \ No newline at end of file
+timeout: 172800
diff --git a/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.json b/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.json
index 8edbf94daf..09ea744db8 100644
--- a/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.json
+++ b/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.json
@@ -107,6 +107,18 @@
"testdef_repos": [
{
"git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/usb-test-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
"testdef": "ubuntu/network-tests-basic.yaml"
}
],
@@ -124,4 +136,4 @@
"device_type": "${DEVICE_TYPE}",
"job_name": "${BUILD_URL}",
"timeout": 172800
-} \ No newline at end of file
+}
diff --git a/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.yaml b/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.yaml
index 4aa6619183..cb3150a8e7 100644
--- a/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.yaml
+++ b/linux-linaro-tracking-ll/lava-job-definitions/panda-es/template.yaml
@@ -58,6 +58,12 @@ actions:
parameters:
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/usb-test-basic.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
testdef: ubuntu/network-tests-basic.yaml
timeout: 1200
- command: submit_results
@@ -66,4 +72,4 @@ actions:
stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
-timeout: 172800 \ No newline at end of file
+timeout: 172800
diff --git a/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.json b/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.json
index 4f74d94cb0..1b1c9a9929 100644
--- a/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.json
+++ b/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.json
@@ -153,6 +153,18 @@
"testdef_repos": [
{
"git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/usb-test-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
"testdef": "ubuntu/network-tests-basic.yaml"
}
],
diff --git a/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.yaml b/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.yaml
index e4cc22d6a0..c8abace892 100644
--- a/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.yaml
+++ b/linux-linaro-tracking-ll/lava-job-definitions/vexpress-tc2/template.yaml
@@ -94,6 +94,12 @@ actions:
parameters:
testdef_repos:
- git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: ubuntu/usb-test-basic.yaml
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
testdef: ubuntu/network-tests-basic.yaml
timeout: 1200
- command: submit_results
@@ -102,4 +108,4 @@ actions:
stream: '${BUNDLE_STREAM_NAME}'
device_type: '${DEVICE_TYPE}'
job_name: '${BUILD_URL}'
-timeout: 172800 \ No newline at end of file
+timeout: 172800