aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-27 10:23:27 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-29 15:01:40 +0100
commit7b62347815683c7f865618faafd2b92391820332 (patch)
treebe30403a52cde34b359bf51a37d6423b369407d2 /test-configs.yaml
parentd37068c4c05fcec89d9283acbc5af6366c9465fa (diff)
test-configs.yaml: define qemu context in the device types
Rather than having a hard-coded context block with default values in the QEMU base template, define them in the YAML device configuration. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index e48217f..a382f03 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -756,6 +756,10 @@ device_types:
mach: qemu
arch: arm
boot_method: qemu
+ context:
+ arch: arm
+ cpu: 'cortex-a15'
+ guestfs_interface: 'virtio'
filters:
- whitelist: {defconfig: ['multi_v7_defconfig', 'vexpress_defconfig']}
@@ -764,6 +768,10 @@ device_types:
mach: qemu
arch: arm64
boot_method: qemu
+ context:
+ arch: arm64
+ cpu: 'cortex-a57'
+ guestfs_interface: 'virtio'
filters:
- whitelist: {defconfig: ['defconfig']}
@@ -772,6 +780,10 @@ device_types:
mach: qemu
arch: i386
boot_method: qemu
+ context:
+ arch: i386
+ cpu: 'qemu32'
+ guestfs_interface: 'virtio'
filters:
- whitelist: {defconfig: ['i386_defconfig']}
@@ -780,6 +792,10 @@ device_types:
mach: qemu
arch: x86_64
boot_method: qemu
+ context:
+ arch: x86_64
+ cpu: 'qemu64'
+ guestfs_interface: 'virtio'
filters:
- whitelist: {defconfig: ['defconfig']}