aboutsummaryrefslogtreecommitdiff
path: root/test-configs.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2019-06-13 16:05:16 +0200
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-08-23 09:29:35 +0100
commite404d880c7a286f73bf2231f04387469d77806f3 (patch)
tree27dd434d64636c4742ca60434a17878d2380035f /test-configs.yaml
parentb2c29012079cd2e784e57014c263d947aeea6448 (diff)
test-configs.yaml: add UEFI test plan
Initital test plan for UEFI boot testing. Run the test in qemu in these combinations in the LKFT lab: - host arm64 guest arm64 enable gic-version=2 and 3. - host arm64 guest arm enable gic-version=2 and 3. - host x86_64 guest x86_64. - host x86_i386 guest x86_i386. - host x86_64 guest x86_i386. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'test-configs.yaml')
-rw-r--r--test-configs.yaml53
1 files changed, 53 insertions, 0 deletions
diff --git a/test-configs.yaml b/test-configs.yaml
index 31f8a6e..1e5a356 100644
--- a/test-configs.yaml
+++ b/test-configs.yaml
@@ -139,6 +139,52 @@ test_plans:
sleep:
rootfs: debian_buster_ramdisk
+ uefi-arm-gicv2:
+ rootfs: buildroot_ramdisk
+ pattern: 'boot/generic-qemu-boot-template.jinja2'
+ params:
+ qemu_machine: 'virt,gic-version=2'
+ bios_url: 'https://storage.kernelci.org/images/uefi/111bbcf87621/QEMU_EFI.fd-ARM-RELEASE-111bbcf87621'
+
+ uefi-arm-gicv3:
+ rootfs: buildroot_ramdisk
+ pattern: 'boot/generic-qemu-boot-template.jinja2'
+ params:
+ qemu_machine: 'virt,gic-version=3'
+ bios_url: 'https://storage.kernelci.org/images/uefi/111bbcf87621/QEMU_EFI.fd-ARM-RELEASE-111bbcf87621'
+
+ uefi-arm64-gicv2:
+ rootfs: buildroot_ramdisk
+ pattern: 'boot/generic-qemu-boot-template.jinja2'
+ params:
+ qemu_machine: 'virt,gic-version=2'
+ bios_url: 'https://storage.kernelci.org/images/uefi/111bbcf87621/QEMU_EFI.fd-AARCH64-RELEASE-111bbcf87621'
+
+ uefi-arm64-gicv3:
+ rootfs: buildroot_ramdisk
+ pattern: 'boot/generic-qemu-boot-template.jinja2'
+ params:
+ qemu_machine: 'virt,gic-version=3'
+ bios_url: 'https://storage.kernelci.org/images/uefi/111bbcf87621/QEMU_EFI.fd-AARCH64-RELEASE-111bbcf87621'
+
+ uefi-x86_64:
+ rootfs: buildroot_ramdisk
+ pattern: 'boot/generic-qemu-boot-template.jinja2'
+ params:
+ bios_url: 'https://storage.kernelci.org/images/uefi/111bbcf87621/OVMF.fd-X64-RELEASE-111bbcf87621'
+
+ uefi-x86_i386:
+ rootfs: buildroot_ramdisk
+ pattern: 'boot/generic-qemu-boot-template.jinja2'
+ params:
+ bios_url: 'https://storage.kernelci.org/images/uefi/111bbcf87621/OVMF.fd-IA32-RELEASE-111bbcf87621'
+
+ uefi-x86-mixed:
+ rootfs: buildroot_ramdisk
+ pattern: 'boot/generic-qemu-boot-template.jinja2'
+ params:
+ bios_url: 'https://storage.kernelci.org/images/uefi/111bbcf87621/OVMF.fd-IA32X64-RELEASE-111bbcf87621'
+
usb:
rootfs: debian_buster_ramdisk
@@ -1260,22 +1306,29 @@ test_configs:
test_plans:
- boot_qemu
- simple_qemu
+ - uefi-arm-gicv2
+ - uefi-arm-gicv3
- v4l2_compliance_qemu_vivid
- device_type: qemu_arm64
test_plans:
- boot_qemu
- simple_qemu
+ - uefi-arm64-gicv2
+ - uefi-arm64-gicv3
- v4l2_compliance_qemu_vivid
- device_type: qemu_i386
test_plans:
- boot
+ - uefi-x86_i386
- device_type: qemu_x86_64
test_plans:
- boot_qemu
- simple_qemu
+ - uefi-x86_64
+ - uefi-x86-mixed
- v4l2_compliance_qemu_vivid
- device_type: r8a7791_porter