summaryrefslogtreecommitdiff
path: root/lava-test-shell/single-node/armmp-bbb-daily.json
diff options
context:
space:
mode:
Diffstat (limited to 'lava-test-shell/single-node/armmp-bbb-daily.json')
-rw-r--r--lava-test-shell/single-node/armmp-bbb-daily.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/lava-test-shell/single-node/armmp-bbb-daily.json b/lava-test-shell/single-node/armmp-bbb-daily.json
new file mode 100644
index 0000000..f5c01d2
--- /dev/null
+++ b/lava-test-shell/single-node/armmp-bbb-daily.json
@@ -0,0 +1,40 @@
+{
+ "device_type": "beaglebone-black",
+ "logging_level": "DEBUG",
+ "actions": [
+ {
+ "command": "deploy_linaro_kernel",
+ "parameters": {
+ "dtb": "http://d-i.debian.org/daily-images/armhf/daily/device-tree/am335x-boneblack.dtb",
+ "kernel": "http://d-i.debian.org/daily-images/armhf/daily/netboot/vmlinuz",
+ "ramdisk": "http://d-i.debian.org/daily-images/armhf/daily/netboot/initrd.gz"
+ }
+ },
+ {
+ "command": "boot_linaro_image"
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "testdef": "openembedded/kernel-version.yaml"
+ }
+ ],
+ "timeout": 9600
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "/anonymous/codehelp/",
+ "server": "http://staging.validation.linaro.org/RPC2/"
+ }
+ }
+ ],
+ "timeout": 18000,
+ "job_name": "armmp-daily-lava-test-shell"
+}
+
+