device_type: qemu job_name: inline test priority: medium visibility: public context: arch: amd64 no_kvm: true actions: - deploy: timeout: minutes: 4 to: tmpfs images: rootfs: image_arg: -drive format=raw,file={rootfs} url: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/stretch/amd64/2/stretch.img.gz sha256sum: b5cdb3b9e65fec2d3654a05dcdf507281f408b624535b33375170d1e852b982c compression: gz os: debian root_partition: 1 - boot: method: qemu media: tmpfs timeout: minutes: 2 prompts: - "root@debian:" auto_login: login_prompt: "login:" username: root - test: timeout: minutes: 15 definitions: - repository: metadata: format: Lava-Test Test Definition 1.0 name: print working directory description: "Prints the working directory" run: steps: - pwd from: inline name: pwd-inline path: inline/pwd-inline.yaml