From a6e9a6fa2da17f84de91d2d47cb8ccb7e66a8836 Mon Sep 17 00:00:00 2001
From: Delia Popescu <delia.popescu@enea.com>
Date: Mon, 9 Oct 2017 15:24:45 +0300
Subject: Add UEFI image extra properties for CentOS image for aarch64

Add extra properties for CentOS image when using aarch64
architecture with UEFI boot mode

Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Change-Id: Ie8aa7482627cbb3c31c6c72a31a0e37e86a409c4
---
 functest/ci/config_aarch64_patch.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml
index c66d3cd3d..a7b77374a 100644
--- a/functest/ci/config_aarch64_patch.yaml
+++ b/functest/ci/config_aarch64_patch.yaml
@@ -29,6 +29,9 @@ os:
               hw_video_model: 'vga'
           centos:
             disk_file: /home/opnfv/functest/images/CentOS-7-aarch64-GenericCloud.qcow2
+            extra_properties:
+              hw_firmware_type: 'uefi'
+              hw_video_model: 'vga'
 
     vping:
         image_name: TestVM
-- 
cgit