From 8cc121ce39e99e737bba0a7b2904d5846e7e6048 Mon Sep 17 00:00:00 2001 From: Delia Popescu Date: Tue, 8 Aug 2017 10:49:20 +0300 Subject: Configure AARCH64 image settings for UEFI Configure one parted AARCH64 Cirros image settings for AAVMF(UEFI) Change-Id: I28ca1ead06c1153e2483c163af9da8e70736ac1c Signed-off-by: Delia Popescu JIRA: ARMBAND-279 --- functest/ci/config_aarch64_patch.yaml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index 27b27062..de82dbc7 100644 --- a/functest/ci/config_aarch64_patch.yaml +++ b/functest/ci/config_aarch64_patch.yaml @@ -8,18 +8,16 @@ os: images: glance_tests: disk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-disk.img - kernel_file: /home/opnfv/functest/images/cirros-d161201-aarch64-kernel - ramdisk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-initramfs extra_properties: - os_command_line: root=/dev/vdb1 rw rootwait console=tty0 console=ttyS0 console=ttyAMA0 - hw_video_model: vga + hw_firmware_type: 'uefi' + short_id: 'ubuntu16.04' + hw_video_model: 'vga' cirros: disk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-disk.img - kernel_file: /home/opnfv/functest/images/cirros-d161201-aarch64-kernel - ramdisk_file: /home/opnfv/functest/images/cirros-d161201-aarch64-initramfs extra_properties: - os_command_line: root=/dev/vdb1 rw rootwait console=tty0 console=ttyS0 console=ttyAMA0 - hw_video_model: vga + hw_firmware_type: 'uefi' + short_id: 'ubuntu16.04' + hw_video_model: 'vga' vping: image_name: TestVM -- cgit 1.2.3-korg