diff options
author | Delia Popescu <delia.popescu@enea.com> | 2017-10-09 15:24:45 +0300 |
---|---|---|
committer | Delia Popescu <delia.popescu@enea.com> | 2017-10-09 15:29:27 +0300 |
commit | a6e9a6fa2da17f84de91d2d47cb8ccb7e66a8836 (patch) | |
tree | ca0b085c6ad7ac1073db74c5388ee0a0cbfa0987 /functest/ci | |
parent | 01d6dedb29f33eaf1024323eccfe50e86c6658b2 (diff) |
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
Diffstat (limited to 'functest/ci')
-rw-r--r-- | functest/ci/config_aarch64_patch.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index c66d3cd3..a7b77374 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 |