Add UEFI image extra properties for CentOS image for aarch64
[functest.git] / functest / ci / config_aarch64_patch.yaml
index de82dbc..a7b7737 100644 (file)
@@ -4,6 +4,10 @@ os:
             image_name: TestVM
             image_file_name:  cirros-d161201-aarch64-disk.img
             image_password:  gocubsgo
+            extra_properties:
+              hw_firmware_type: 'uefi'
+              hw_video_model: 'vga'
+              short_id: 'ubuntu16.04'
     snaps:
         images:
           glance_tests:
@@ -18,11 +22,23 @@ os:
               hw_firmware_type: 'uefi'
               short_id: 'ubuntu16.04'
               hw_video_model: 'vga'
+          ubuntu:
+            disk_file: /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-arm64-uefi1.img
+            extra_properties:
+              hw_firmware_type: 'uefi'
+              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
 
     tempest:
-        use_custom_images: False
+        use_custom_images: True
+        use_custom_flavors: True
 
     odl_sfc:
         image_base_url: "http://artifacts.opnfv.org/sfc/demo"