aboutsummaryrefslogtreecommitdiff
path: root/lt-fujitsu-fjslt-lsk
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-04-17 20:19:03 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-04-17 20:19:03 +0300
commitf29647a0ec4b8235aa2cede33d6b2e2345372539 (patch)
tree566b5dc1082a04411db9e69357c61fd34cfce62f /lt-fujitsu-fjslt-lsk
parent1e988412ed3d2835fba91d28105ae494bb33eb9f (diff)
lt-fujitsu-fjslt-lsk: add test plan
Change-Id: I482f2457ce0aedd4683b9a882ef87f29d9ece45a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'lt-fujitsu-fjslt-lsk')
-rw-r--r--lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.json142
-rw-r--r--lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.yaml77
2 files changed, 219 insertions, 0 deletions
diff --git a/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.json b/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.json
new file mode 100644
index 0000000000..1bf2a1563a
--- /dev/null
+++ b/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.json
@@ -0,0 +1,142 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_image",
+ "parameters": {
+ "image": "${IMAGE_URL}"
+ },
+ "metadata": {
+ "defconfig": "sni_phoenix_defconfig",
+ "distribution": "ubuntu",
+ "git branch": "fjslt-lsk-3.10",
+ "hwpack.build": "${BUILD_NUMBER}",
+ "hwpack.type": "lt-aa9",
+ "rootfs.type": "alip",
+ "ubuntu.build": "701",
+ "ubuntu.distribution": "ubuntu",
+ "ubuntu.name": "aa9"
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/bootchart-install.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/bootchart.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/device-tree.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/gatortests.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ],
+ "timeout": 18000
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/network-tests-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/perf.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "PWR_TESTARG": "cpuidle cpuhotplug cputopology"
+ },
+ "testdef": "ubuntu/pwrmgmt.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/smoke-tests-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "server": "http://${LAVA_SERVER}",
+ "stream": "${BUNDLE_STREAM_NAME}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 18000
+}
diff --git a/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.yaml b/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.yaml
new file mode 100644
index 0000000000..b340bbd91b
--- /dev/null
+++ b/lt-fujitsu-fjslt-lsk/lava-job-definitions/aa9/template.yaml
@@ -0,0 +1,77 @@
+actions:
+- command: deploy_linaro_image
+ parameters:
+ image: '${IMAGE_URL}'
+ metadata:
+ defconfig: 'sni_phoenix_defconfig'
+ distribution: 'ubuntu'
+ git branch: 'fjslt-lsk-3.10'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: 'lt-aa9'
+ rootfs.type: 'alip'
+ ubuntu.build: '701'
+ ubuntu.distribution: 'ubuntu'
+ ubuntu.name: 'aa9'
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/bootchart-install.yaml'
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/bootchart.yaml'
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/device-tree.yaml'
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/gatortests.yaml'
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ timeout: 18000
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/network-tests-basic.yaml'
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/perf.yaml'
+ timeout: 800
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/pwrmgmt.yaml'
+ parameters:
+ PWR_TESTARG: 'cpuidle cpuhotplug cputopology'
+ timeout: 1200
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/smoke-tests-basic.yaml'
+ timeout: 1200
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 18000