aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Williams <neil.williams@linaro.org>2018-06-28 16:45:33 +0100
committerNeil Williams <neil.williams@linaro.org>2018-06-28 16:45:33 +0100
commit2acc129ea0688c690d6965166efa9383e656d129 (patch)
tree42a83ff704e99ac9c1da02a1d686373179e2e1be
parent98fe989c87c5b2f61e528e30f6d56fa40272dfe2 (diff)
Revert "drop the b2260 tests"
A use case remains for these devices outside Linaro. This reverts commit 8d3e15a2210b55666f78feff4f83b5feec1076e4.
-rw-r--r--release/b2660-uboot-ramdisk.yaml43
1 files changed, 43 insertions, 0 deletions
diff --git a/release/b2660-uboot-ramdisk.yaml b/release/b2660-uboot-ramdisk.yaml
new file mode 100644
index 0000000..cd990f8
--- /dev/null
+++ b/release/b2660-uboot-ramdisk.yaml
@@ -0,0 +1,43 @@
+device_type: b2260
+
+job_name: b2260 smoke tests
+timeouts:
+ job:
+ minutes: 10
+ action:
+ minutes: 5
+ connection:
+ minutes: 2
+priority: medium
+visibility: public
+
+actions:
+- deploy:
+ timeout:
+ minutes: 4
+ to: tftp
+ kernel:
+ url: https://images.validation.linaro.org/builds.96boards.org/snapshots/b2260/linaro/debian/21/uImage
+ type: uimage
+ ramdisk:
+ url: http://images.validation.linaro.org/storage.kernelci.org/images/rootfs/buildroot/armel/rootfs.cpio.gz
+ compression: gz
+ os: debian
+ dtb:
+ url: https://images.validation.linaro.org/builds.96boards.org/snapshots/b2260/linaro/debian/21/stih410-b2260.dtb
+- boot:
+ method: u-boot
+ commands: ramdisk
+ prompts:
+ - 'linaro-test'
+ - 'root@debian:~#'
+ - '/ #'
+
+- test:
+ timeout:
+ minutes: 5
+ definitions:
+ - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
+ from: git
+ path: lava-test-shell/smoke-tests-basic.yaml
+ name: smoke-tests