metadata: git.branch: master git.commit: F310f0990-L91d9c0ad image.type: AGL-ci job.arch: arm64 job.name: AGL-gerrit-25309-5 kernel.tree: AGL-yocto kernel.version: change-25309-5 kernel.defconfig_base: defconfig kernel.defconfig: AGL-raspberrypi4-F310f0990-L91d9c0ad kernel.endian: little platform.mach: broadcom platform.name: bcm2711-rpi-4-b platform.dtb: bcm2711-rpi-4-b.dtb git.url: http://download.automotivelinux.org/AGL/upload/ci/25309/5/raspberrypi4/ git.describe: master test.plan: agl-testplan test.plan_variant: agl-testplan device.type: bcm2711-rpi-4-b job.build_environment: AGL-yocto job.file_server_resource: AGL/upload/ci/25309/5/raspberrypi4 job.kernel_image: Image job.dtb_url: http://download.automotivelinux.org/AGL/upload/ci/25309/5/raspberrypi4/bcm2711-rpi-4-b.dtb job.initrd_url: http://download.automotivelinux.org/AGL/upload/ci/25309/5/raspberrypi4/initramfs-netboot-image-raspberrypi4-64.ext4.gz git.url: https://gerrit.automotivelinux.org/gerrit/#/c/25309/5 notify: criteria: status: finished callbacks: - url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=agl-core-lab-1&status={STATUS}&status_string={STATUS_STRING} method: POST dataset: all token: lab-agl-core-callback-LF content-type: json - url: http://kernelci.dev.baylibre.com:8081/callback/lava/test?lab_name=lab-agl-core&status={STATUS}&status_string={STATUS_STRING} method: POST dataset: all token: lab-agl-core-callback-baylibre content-type: json device_type: bcm2711-rpi-4-b tags: - baylibre job_name: AGL-gerrit-25309-5 timeouts: job: minutes: 150 action: minutes: 30 connection: minutes: 15 connections: lava-test-shell: minutes: 15 priority: medium visibility: public protocols: lava-xnbd: port: auto context: console_device: ttyS0 extra_kernel_args: "8250.nr_uarts=1 cma=64M rw fstab=no" actions: - deploy: timeout: minutes: 90 to: nbd os: oe failure_retry: 2 protocols: lava-xnbd: - action: nbd-deploy request: set_port kernel: url: http://download.automotivelinux.org/AGL/upload/ci/25309/5/raspberrypi4/Image type: image initrd: url: http://download.automotivelinux.org/AGL/upload/ci/25309/5/raspberrypi4/initramfs-netboot-image-raspberrypi4-64.ext4.gz allow_modify: false nbdroot: url: http://download.automotivelinux.org/AGL/upload/ci/25309/5/raspberrypi4/agl-demo-platform-raspberrypi4-64.ext4.xz compression: xz dtb: url: http://download.automotivelinux.org/AGL/upload/ci/25309/5/raspberrypi4/bcm2711-rpi-4-b.dtb - boot: timeout: minutes: 20 method: u-boot prompts: - "root@raspberrypi4-64:~" - "raspberrypi4-64:~#" - '/ #' auto_login: login_prompt: "login:" username: root commands: - setenv autoload no - setenv initrd_high 0xffffffff - setenv fdt_high 0xffffffff - dhcp - setenv serverip {SERVER_IP} - tftp 0x00080000 {KERNEL} - tftp 0x02700000 {RAMDISK} - setenv initrd_size ${filesize} - tftp 0x02400000 {DTB} - setenv bootargs 'console=ttyS0,115200n8 rw nbd.server={NBDSERVERIP} nbd.port={NBDSERVERPORT} root=/dev/ram0 ramdisk_size=16384 rootdelay=7 8250.nr_uarts=1 cma=64M rw fstab=no ip=dhcp verbose earlyprintk systemd.log_color=false ${extraargs} rw' - fdt addr 0x02400000 - fdt boardsetup - fdt resize - fdt set audio status okay - fdt set sound status okay - fdt set i2s status okay - booti 0x00080000 0x02700000:${initrd_size} 0x02400000 transfer_overlay: download_command: wget unpack_command: tar -C / -xvpf - test: timeout: minutes: 4 definitions: - repository: metadata: format: Lava-Test Test Definition 1.0 name: veth description: "server installation" run: steps: - ip link add veth0 type veth peer name veth1 - sleep 2 - ip addr add 10.1.0.1/24 dev veth0 - ip addr add 10.1.0.2/24 dev veth1 from: inline name: vetj path: inline/veth.yaml - test: timeout: minutes: 4 definitions: - repository: metadata: format: Lava-Test Test Definition 1.0 name: sound description: "sound" run: steps: - ls -R /dev/snd/ - ls alh /sys/class/sound/ - dmesg - journalctl -b from: inline name: snd path: inline/snd.yaml - test: timeout: minutes: 10 definitions: - repository: https://git.automotivelinux.org/src/qa-testdefinitions from: git path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml name: pyagl-tests