- boot: method: uuu commands: - uuu: -b sd_all {boot} {system} namespace: ns_s1 - boot: method: minimal auto_login: login_prompt: '(.*) login:' username: root namespace: ns_s1 transfer_overlay: download_command: sleep 10;wget unpack_command: tar -C / -xvf prompts: - 'root@(.*):~#' timeout: minutes: 50 - test: namespace: ns_s1 timeout: hours: 1 definitions: - from: inline name: watchdog-prereboot path: inline/SAMPLE_TEST.yaml repository: metadata: description: basic test for some devices on board format: Lava-Test Test Definition 1.0 name: testjob os: - oe scope: - functional run: steps: - lava-test-case test-command --shell df -h - lava-test-case "rebootcheck" --shell reboot - boot: method: minimal auto_login: login_prompt: '(.*) login:' username: root namespace: ns_s1 #transfer_overlay: #download_command: sleep 10;wget #unpack_command: tar -C / -xvf prompts: - 'root@(.*):~#' timeout: minutes: 50 - test: namespace: ns_s1 timeout: hours: 1 definitions: - from: inline name: watchdog-postreboot path: inline/SAMPLE_TEST.yaml repository: metadata: description: basic test for some devices on board format: Lava-Test Test Definition 1.0 name: testjob os: - oe scope: - functional run: steps: - lava-test-case test-command --shell uptime