forked from akbennett/lava-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkvm-qemu-aarch64.json
33 lines (33 loc) · 1.11 KB
/
kvm-qemu-aarch64.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"actions": [
{
"command": "deploy_linaro_kernel",
"parameters": {
"kernel": "http://images.validation.linaro.org/functional-test-images/qemu-aarch64/qemu-aarch64-kernel-image",
"rootfs": "http://images.validation.linaro.org/functional-test-images/qemu-aarch64/vexpress64-openembedded_minimal-armv8-gcc-4.9_20140823-686.img.gz"
}
},
{
"command": "boot_linaro_image",
"parameters": {
"test_image_prompt": "linaro-test"
}
},
{
"command": "lava_test_shell",
"parameters": {
"testdef_repos": [
{
"git-repo": "http://git.linaro.org/lava-team/lava-functional-tests.git",
"testdef": "lava-test-shell/single-node/singlenode01.yaml"
}
],
"timeout": 900
}
}
],
"device_type": "qemu-aarch64",
"job_name": "qemu-aarch64-kernel-boot",
"logging_level": "DEBUG",
"timeout": 18000
}