diff mbox series

[linux-cip-ci,1/3] lava_templates: Add support de0-nano-soc for deby

Message ID 20200901061314.2749466-1-nobuhiro1.iwamatsu@toshiba.co.jp (mailing list archive)
State Accepted
Delegated to: Chris Paterson
Headers show
Series [linux-cip-ci,1/3] lava_templates: Add support de0-nano-soc for deby | expand

Commit Message

Nobuhiro Iwamatsu Sept. 1, 2020, 6:13 a.m. UTC
Add ltp and boot/smc test YAML files for de0-nano-soc with deby.

Signed-off-by: Nobuhiro Iwamatsu <nobuhiro1.iwamatsu@toshiba.co.jp>
---
 .../action_deby-buster-ltp_de0-nano-soc.yaml      | 15 +++++++++++++++
 .../action_deby-buster_de0-nano-soc.yaml          | 15 +++++++++++++++
 .../boot_deby-buster-ltp_de0-nano-soc.yaml        |  1 +
 lava_templates/boot_deby-buster_de0-nano-soc.yaml | 12 ++++++++++++
 4 files changed, 43 insertions(+)
 create mode 100644 lava_templates/action_deby-buster-ltp_de0-nano-soc.yaml
 create mode 100644 lava_templates/action_deby-buster_de0-nano-soc.yaml
 create mode 120000 lava_templates/boot_deby-buster-ltp_de0-nano-soc.yaml
 create mode 100644 lava_templates/boot_deby-buster_de0-nano-soc.yaml
diff mbox series

Patch

diff --git a/lava_templates/action_deby-buster-ltp_de0-nano-soc.yaml b/lava_templates/action_deby-buster-ltp_de0-nano-soc.yaml
new file mode 100644
index 0000000..215750a
--- /dev/null
+++ b/lava_templates/action_deby-buster-ltp_de0-nano-soc.yaml
@@ -0,0 +1,15 @@ 
+# ACTION_BLOCK
+actions:
+- deploy:
+    timeout:
+      minutes: 10
+    to: tftp
+    os: oe
+    kernel:
+      url: KERNEL_URL
+      type: zimage
+    nfsrootfs:
+      url: https://s3-us-west-2.amazonaws.com/download.cip-project.org/ciptesting/cip-lava/rfs/core-image-minimal-ltp-de0-nano-soc.tar.bz2
+      compression: bz2
+    dtb:
+      url: DTB_URL
diff --git a/lava_templates/action_deby-buster_de0-nano-soc.yaml b/lava_templates/action_deby-buster_de0-nano-soc.yaml
new file mode 100644
index 0000000..215750a
--- /dev/null
+++ b/lava_templates/action_deby-buster_de0-nano-soc.yaml
@@ -0,0 +1,15 @@ 
+# ACTION_BLOCK
+actions:
+- deploy:
+    timeout:
+      minutes: 10
+    to: tftp
+    os: oe
+    kernel:
+      url: KERNEL_URL
+      type: zimage
+    nfsrootfs:
+      url: https://s3-us-west-2.amazonaws.com/download.cip-project.org/ciptesting/cip-lava/rfs/core-image-minimal-ltp-de0-nano-soc.tar.bz2
+      compression: bz2
+    dtb:
+      url: DTB_URL
diff --git a/lava_templates/boot_deby-buster-ltp_de0-nano-soc.yaml b/lava_templates/boot_deby-buster-ltp_de0-nano-soc.yaml
new file mode 120000
index 0000000..42fb694
--- /dev/null
+++ b/lava_templates/boot_deby-buster-ltp_de0-nano-soc.yaml
@@ -0,0 +1 @@ 
+boot_deby-buster_de0-nano-soc.yaml
\ No newline at end of file
diff --git a/lava_templates/boot_deby-buster_de0-nano-soc.yaml b/lava_templates/boot_deby-buster_de0-nano-soc.yaml
new file mode 100644
index 0000000..85debd4
--- /dev/null
+++ b/lava_templates/boot_deby-buster_de0-nano-soc.yaml
@@ -0,0 +1,12 @@ 
+# BOOT_BLOCK
+- boot:
+    auto_login:
+      login_prompt: "de0-nano-soc login:"
+      username: root
+    prompts:
+      - "# "
+    method: u-boot
+    commands: nfs
+    timeout:
+      minutes: 5
+