aboutsummaryrefslogtreecommitdiff
path: root/schneider-openembedded
diff options
context:
space:
mode:
authorRyan Harkin <ryan.harkin@linaro.org>2019-10-18 17:09:57 +0100
committerRyan Harkin <ryan.harkin@linaro.org>2019-10-18 17:12:10 +0100
commita7dd63137d424dd43cb94a4ccd9c1bfe5824af5d (patch)
treee7b52449de7c7f4a140fe0c21a489af1043ae9f7 /schneider-openembedded
parent533a5faac1cc1e52b5786aea956492154bbdd878 (diff)
schneider-openembedded: improve soca9 u-boot test
Check the WIC image built from the CI job. Also check networking is working by downloading a known binary image, and verifying its crc32 checksum. Change-Id: Ic6010eae782a749ee7bc8fecb384a94fc9fc13af Signed-off-by: Ryan Harkin <ryan.harkin@linaro.org>
Diffstat (limited to 'schneider-openembedded')
-rw-r--r--schneider-openembedded/lava-job-definitions/soca9/template-uboot.yaml14
1 files changed, 6 insertions, 8 deletions
diff --git a/schneider-openembedded/lava-job-definitions/soca9/template-uboot.yaml b/schneider-openembedded/lava-job-definitions/soca9/template-uboot.yaml
index ced142ce..4557400e 100644
--- a/schneider-openembedded/lava-job-definitions/soca9/template-uboot.yaml
+++ b/schneider-openembedded/lava-job-definitions/soca9/template-uboot.yaml
@@ -15,7 +15,7 @@ actions:
to: flasher
images:
image:
- url: https://images.validation.linaro.org/people.linaro.org/~remi.duraffort/soca9-disk.img.bz2
+ url: ${WIC_IMAGE_URL}
compression: bz2
- deploy:
@@ -23,13 +23,8 @@ actions:
minutes: 5
to: tftp
kernel:
- url: ${KERNEL_ZIMAGE_URL}
+ url: https://releases.linaro.org/members/schneider/openembedded/2019.09-warrior/soca9/zImage--4.19.72+git0+7549a49ae5-r0-snarc-soca9-20191003145415.bin
type: zimage
- dtb:
- url: ${DTB_URL}
- nfsrootfs:
- url: ${NFSROOTFS_DEV_URL}
- compression: bz2
- boot:
timeout:
@@ -128,4 +123,7 @@ actions:
- command: setenv serverip {SERVER_IP} ; tftp 0x01000000 {KERNEL}
name: tftp
successes:
- - message: "Bytes transferred ="
+ - message: "Bytes transferred = 6752784"
+ - command: crc32 0x01000000 670a10
+ successes:
+ - message: "crc32 for 01000000 ... 01670a0f ==> ca050911"