Job definition file - 31856 download

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

1
device_type: qemu
2
job_name: Manual_AGL_Extend_Test simple qemux86_64 01
3
timeouts:
4
job:
5
minutes: 600
6
action:
7
minutes: 600
8
connection:
9
minutes: 150
10
connections:
11
lava-test-shell:
12
minutes: 150
13
priority: medium
14
visibility: public
15
# context allows specific values to be overridden or included
16
context:
17
extra_kernel_args: systemd.mask=systemd-network-generator.service
18
context:
19
no_kvm: false
20
arch: x86_64
21
model: model=virtio
22
extra_options: ["-machine q35 -cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda -device usb-ehci -device virtio-rng-pci -vga virtio -device qemu-xhci -device usb-tablet -device usb-kbd -vnc unix:/tmp/vnc-AGL-qemux86-64-184052"]
23
actions:
24
- deploy:
25
timeout:
26
minutes: 90
27
to: tmpfs
28
os: oe
29
failure_retry: 2
30
protocols:
31
lava-xnbd:
32
- action: nbd-deploy
33
request: set_port
34
images:
35
kernel:
36
image_arg: '-kernel {kernel} -append "console=ttyS0,115200 root=/dev/sda verbose systemd.log_color=false rw fstab=no no_timer_check"'
37
url: https://download.automotivelinux.org/AGL/release/octopus/14.94.0/qemux86-64/deploy/images/qemux86-64/bzImage
38
rootvd:
39
image_arg: '-drive format=raw,file={rootvd}'
40
url: https://download.automotivelinux.org/AGL/release/octopus/14.94.0/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.ext4.xz
41
compression: xz
42
- boot:
43
timeout:
44
minutes: 20
45
method: qemu
46
prompts:
47
- "root@qemux86-64:~"
48
- "qemux86-64:~#"
49
- '/ #'
50
auto_login:
51
login_prompt: "login:"
52
username: root
53
media: tmpfs
54
transfer_overlay:
55
download_command: wget
56
unpack_command: tar -C / -xvpf
57
58
- test:
59
timeout:
60
minutes: 60
61
definitions:
62
- repository: https://github.com/duerpei/qemux86_64
63
from: git
64
path: prepar-test-simple.yaml
65
name: prepar-test-simple
66
67
- test:
68
timeout:
69
minutes: 300
70
definitions:
71
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
72
from: git
73
path: test-suites/release/agl-extend-test.yaml
74
name: agl-extend-test
75
76
- test:
77
timeout:
78
minutes: 60
79
definitions:
80
- repository: https://github.com/duerpei/qemux86_64
81
from: git
82
path: debug.yaml
83
name: debug-test