aboutsummaryrefslogtreecommitdiff
path: root/linux-leg
diff options
context:
space:
mode:
authorFu Wei <fu.wei@linaro.org>2015-01-08 16:38:10 +0800
committerFu Wei <fu.wei@linaro.org>2015-01-08 17:01:19 +0800
commit8cd6cbe7d3bee6b3873c4122740584686bb81784 (patch)
treea52f6e234ee1398e97474c3c1d445c5ed41d7541 /linux-leg
parentb78f9cccb1ec6b80f512c98c8770ce0f31fdc374 (diff)
linux-leg: add dmidecode and lshw tests in acpi test job on rtsm_fvp_base-aemv8a
Change-Id: If2d9f2bd394181a3b2d3a6ea4e32b66ef6113393
Diffstat (limited to 'linux-leg')
-rw-r--r--linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json28
1 files changed, 27 insertions, 1 deletions
diff --git a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json
index fbf140df..c919ec5f 100644
--- a/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json
+++ b/linux-leg/lava-job-definitions/rtsm_fvp_base-aemv8a/template-acpi.json
@@ -65,6 +65,32 @@
}
},
{
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/fu.wei/test-definitions.git",
+ "revision": "3aabbad98f1d44f2ca0e3242a411543d873fdc64",
+ "testdef": "openembedded/dmidecode.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/people/fu.wei/test-definitions.git",
+ "revision": "3aabbad98f1d44f2ca0e3242a411543d873fdc64",
+ "testdef": "openembedded/lshw.yaml"
+ }
+ ],
+ "timeout": 900
+ }
+ },
+ {
"command": "submit_results",
"parameters": {
"server": "http://${LAVA_SERVER}",
@@ -75,4 +101,4 @@
"device_type": "${DEVICE_TYPE}",
"job_name": "${BUILD_URL}",
"timeout": 20000
-} \ No newline at end of file
+}