From 1158f1d35a91f5690579a3c8805c6cd741d50b54 Mon Sep 17 00:00:00 2001 From: Ilias Apalodimas Date: Mon, 13 May 2019 11:59:06 +0300 Subject: tests: add lava session for ledge-oe Signed-off-by: Ilias Apalodimas --- lng-generator-04/ledge-rp.yaml | 58 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 lng-generator-04/ledge-rp.yaml diff --git a/lng-generator-04/ledge-rp.yaml b/lng-generator-04/ledge-rp.yaml new file mode 100644 index 0000000..d6fbab1 --- /dev/null +++ b/lng-generator-04/ledge-rp.yaml @@ -0,0 +1,58 @@ +job_name: ledge-rp + +timeouts: + job: + minutes: 900 + action: + minutes: 20 + connection: + minutes: 20 + +visibility: public +priority: medium +device_type: x86 + +protocols: + lava-multinode: + roles: + lng04: + device_type: x86 + count: 1 + context: + extra_kernel_args: default_hugepagesz=2M hugepagesz=1G hugepages=1 hugepagesz=2M hugepages=1024 intel_iommu=on iommu=on + #lava-vland: + #lng04: + #vlan_one: + #tags: + #- 25G + +actions: +- deploy: + role: + - lng04 + timeout: + minutes: 10 + to: tftp + + kernel: + url: https://snapshots.linaro.org/components/ledge/oe/ledge-qemux86-64/latest/rpb/bzImage--mainline*.bin + nfsrootfs: + url: https://snapshots.linaro.org/components/ledge/oe/ledge-qemux86-64/latest/rpb/ledge-gateway-ledge-qemux86-64-*.rootfs.tar.xz + compression: xz + #prefix: binary/ + ramdisk: + url: http://people.linaro.org/~ilias.apalodimas/images/ubuntu-17.10/initrd.img-4.13.0-46-generic + compression: gz + os: OE + +- boot: + role: + - lng04 + timeout: + minutes: 15 + method: ipxe + commands: nfs + parameters: + shutdown-message: "reboot: Restarting system" + prompts: + - 'root@(.*)' -- cgit v1.2.3