m3ulcb-nogfx: add test templates for LAVA job and environment 77/9877/2
authorKevin Hilman <khilman@baylibre.com>
Mon, 26 Jun 2017 22:16:19 +0000 (22:16 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 30 Jun 2017 19:31:19 +0000 (19:31 +0000)
Change-Id: I9c5a95bd33516e8451113dbabf6b6739dc637b7d
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9819
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
(cherry picked from commit ca8367a37ff019862aae48fc5a3d05ad56f084ec)
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/9877

templates/machine/m3ulcb-nogfx/test/hwtest.short.environment [new file with mode: 0644]
templates/machine/m3ulcb-nogfx/test/testjob_short.yaml [new file with mode: 0644]

diff --git a/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment b/templates/machine/m3ulcb-nogfx/test/hwtest.short.environment
new file mode 100644 (file)
index 0000000..758ca7e
--- /dev/null
@@ -0,0 +1,9 @@
+DEVICE_TYPE=r8a7796-m3ulcb
+DEVICE_NAME=m3ulcb-nogfx
+DEVICE_DTB=Image-r8a7796-m3ulcb.dtb
+DEVICE_KERNEL=Image
+DEVICE_INITRAMFS=initramfs-netboot-image-m3ulcb.ext4.gz
+DEVICE_NBDROOT=agl-demo-platform-m3ulcb.ext4.xz
+DEVICE_NBDROOT_COMPRESSION=xz
+DEVICE_BOOT_METHOD=u-boot
+DEVICE_BOOT_TYPE=booti
diff --git a/templates/machine/m3ulcb-nogfx/test/testjob_short.yaml b/templates/machine/m3ulcb-nogfx/test/testjob_short.yaml
new file mode 100644 (file)
index 0000000..d14b770
--- /dev/null
@@ -0,0 +1,48 @@
+device_type: @REPLACE_DEVICE_TYPE@
+job_name: AGL-short-smoke
+
+protocols:
+  lava-xnbd:
+    port: auto
+
+timeouts:
+  job:
+    minutes: 30
+  action:
+    minutes: 15
+  connection:
+    minutes: 5
+  bootloader-commands:
+    minutes: 4
+priority: medium
+visibility: public
+
+# ACTION_BLOCK
+actions:
+- deploy:
+    timeout:
+      minutes: 15
+    to: nbd
+    dtb:
+      url: '@REPLACE_URL_PREFIX@/@REPLACE_DTB@'
+    kernel:
+      url: '@REPLACE_URL_PREFIX@/@REPLACE_KERNEL@'
+    initrd:
+      url: '@REPLACE_URL_PREFIX@/@REPLACE_INITRAMFS@'
+      allow_modify: false
+    nbdroot:
+      url: '@REPLACE_URL_PREFIX@/@REPLACE_NBDROOT@'
+      compression: @REPLACE_NBDROOT_COMPRESSION@
+    os: debian
+    failure_retry: 2
+
+# BOOT_BLOCK
+- boot:
+    method: @REPLACE_BOOT_METHOD@
+    commands: nbd
+    type: @REPLACE_BOOT_TYPE@
+    prompts: ["root@@REPLACE_MACHINE@:~"]
+    auto_login:
+      login_prompt: "login:"
+      username: root
+