Add AARCH64 images back to Functest
authordeliamadalina <delia.popescu@enea.com>
Mon, 17 Jul 2017 11:32:41 +0000 (14:32 +0300)
committerDelia Popescu <delia.popescu@enea.com>
Tue, 18 Jul 2017 10:35:32 +0000 (13:35 +0300)
aarch64 path files is reupdated with aarch64 cirros images
Functest is now able to run on aarch64 too, using the appropriate images
JIRA: ARMBAND-279

Change-Id: I05de0cb8315a33322225a6caedaa64a5a4833e4e
Signed-off-by: Delia Popescu <delia.popescu@enea.com>
Signed-off-by: Alexandru Nemes <alexandru.nemes@enea.com>
functest/ci/config_aarch64_patch.yaml

index 45af8d7..27b2706 100644 (file)
@@ -4,7 +4,22 @@ os:
             image_name: TestVM
             image_file_name:  cirros-d161201-aarch64-disk.img
             image_password:  gocubsgo
-
+    snaps:
+        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
+          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
     vping:
         image_name: TestVM