diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-07-20 12:42:46 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-07-20 12:42:46 +0000 |
commit | ff66139d445b0401763043764d2e243c21dc5f56 (patch) | |
tree | c6cb959e0942b012c79ea9727fcf40eb06c6dc13 /functest | |
parent | f190b3532263cfede083b775c1f94cab1fa027fd (diff) | |
parent | 1084449e9b6bb8b8b4e40a28067a85c13d8ef9d8 (diff) |
Merge "Add AARCH64 images back to Functest"
Diffstat (limited to 'functest')
-rw-r--r-- | functest/ci/config_aarch64_patch.yaml | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index 45af8d74..27b27062 100644 --- a/functest/ci/config_aarch64_patch.yaml +++ b/functest/ci/config_aarch64_patch.yaml @@ -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 |