aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-22 13:49:32 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-23 09:29:35 +0100
commitb2c29012079cd2e784e57014c263d947aeea6448 (patch)
treee50b6eb032916db8710572fbd41bfadf90738dd8 /test-configs.yaml
parent17fc939eb15e3935c753b5e3fef869746bd93c80 (diff)
test-configs.yaml: add qemu_i386 and clean up
Add qemu_i386 variant to boot tests and reformat QEMU entries to make it easier to maintain long lists of test plans. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml27
1 files changed, 24 insertions, 3 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index 2493235..31f8a6e 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -785,6 +785,14 @@ device_types:
filters:
- whitelist: {defconfig: ['defconfig']}
+ qemu_i386:
+ name: qemu
+ mach: qemu
+ arch: i386
+ boot_method: qemu
+ filters:
+ - whitelist: {defconfig: ['i386_defconfig']}
+
qemu_x86_64:
name: qemu
mach: qemu
@@ -1249,13 +1257,26 @@ test_configs:
test_plans: [boot]
- device_type: qemu_arm
- test_plans: [boot_qemu, simple_qemu, v4l2_compliance_qemu_vivid]
+ test_plans:
+ - boot_qemu
+ - simple_qemu
+ - v4l2_compliance_qemu_vivid
- device_type: qemu_arm64
- test_plans: [boot_qemu, simple_qemu, v4l2_compliance_qemu_vivid]
+ test_plans:
+ - boot_qemu
+ - simple_qemu
+ - v4l2_compliance_qemu_vivid
+
+ - device_type: qemu_i386
+ test_plans:
+ - boot
- device_type: qemu_x86_64
- test_plans: [boot_qemu, simple_qemu, v4l2_compliance_qemu_vivid]
+ test_plans:
+ - boot_qemu
+ - simple_qemu
+ - v4l2_compliance_qemu_vivid
- device_type: r8a7791_porter
test_plans: [boot]