Job definition file - 17813 download

Name
qemu-04 (reports)
Requested type
qemu (reports)
Copy to clipboard

1
2
3
4
5
6
metadata:
7
git.branch: master
8
git.commit: agl-commit
9
image.type: AGL-snapshot
10
job.arch: arm64
11
job.name: test-screenshot2
12
kernel.tree: AGL-yocto
13
kernel.version: AGL-kernel-version
14
kernel.defconfig_base: defconfig
15
kernel.defconfig: defconfig+CONFIG_AGL=y
16
kernel.endian: little
17
platform.mach: arm64
18
platform.name: qemu
19
platform.dtb: None
20
git.url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/images/qemuarm64/
21
git.describe: master
22
test.plan: agl-testplan
23
test.plan_variant: agl-testplan
24
device.type: qemu
25
job.build_environment: AGL-yocto
26
job.file_server_resource: AGL/snapshots/master/latest/qemuarm64/deploy/images/qemuarm64
27
job.kernel_image: Image
28
job.dtb_url: None
29
job.initrd_url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/images/qemuarm64/agl-demo-platform-crosssdk-qemuarm64.ext4.xz
30
31
32
33
34
device_type: qemu
35
36
job_name: test-screenshot2
37
38
timeouts:
39
job:
40
minutes: 150
41
action:
42
minutes: 30
43
connection:
44
minutes: 15
45
connections:
46
lava-test-shell:
47
minutes: 15
48
49
priority: medium
50
visibility: public
51
52
context:
53
no_kvm: false
54
arch: aarch64
55
cpu: cortex-a57
56
machine: virt
57
memory: 4096
58
model: model=virtio
59
guestfs_interface: virtio
60
extra_options: ["-smp 2 -soundhw hda -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=64,edid=on -device qemu-xhci -device usb-tablet -device usb-kbd -vnc unix:/tmp/vnc-AGL-qemuarm64-801249"]
61
62
actions:
63
64
- deploy:
65
timeout:
66
minutes: 90
67
to: tmpfs
68
os: oe
69
failure_retry: 2
70
protocols:
71
lava-xnbd:
72
- action: nbd-deploy
73
request: set_port
74
images:
75
kernel:
76
image_arg: '-kernel {kernel} -append "console=ttyAMA0,115200 root=/dev/vda verbose mem=4096M systemd.log_color=false "'
77
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/images/qemuarm64/Image
78
rootvd:
79
image_arg: '-drive format=raw,file={rootvd}'
80
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemuarm64/deploy/images/qemuarm64/agl-demo-platform-crosssdk-qemuarm64.ext4.xz
81
compression: xz
82
83
84
85
- boot:
86
timeout:
87
minutes: 20
88
method: qemu
89
prompts:
90
- "root@qemuarm64:~"
91
- "qemuarm64:~#"
92
- '/ #'
93
94
auto_login:
95
login_prompt: "login:"
96
username: root
97
media: tmpfs
98
transfer_overlay:
99
download_command: wget
100
unpack_command: tar -C / -xvpf
101
102
- test:
103
timeout:
104
minutes: 15
105
definitions:
106
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
107
from: git
108
path: test-suites/short-smoke/screenshooter.yaml
109
name: screenshooter