diff options
author | Jose Lausuch <jose.lausuch@ericsson.com> | 2017-02-28 08:51:37 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-02-28 08:51:37 +0000 |
commit | 796fe74892bfdf29469b836a807d2a53d69337f3 (patch) | |
tree | 7cc76ce60fdc09ca80d64c6712135d4172388dc2 /functest/ci/config_aarch64_patch.yaml | |
parent | fd459c00eb681f7f917fccd474d49aaad1bae1f1 (diff) | |
parent | adbcb25389612d86d446d5f34787b1b2519c3b83 (diff) |
Merge "Add aarch64 custom config"
Diffstat (limited to 'functest/ci/config_aarch64_patch.yaml')
-rw-r--r-- | functest/ci/config_aarch64_patch.yaml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml new file mode 100644 index 00000000..9a345e3f --- /dev/null +++ b/functest/ci/config_aarch64_patch.yaml @@ -0,0 +1,20 @@ +os: + general: + openstack: + image_name: TestVM + image_file_name: cirros-d161201-aarch64-disk.img + image_password: gocubsgo + + snaps_simple_healthcheck: + disk_image: /home/opnfv/functest/data/cirros-d161201-aarch64-disk.img + kernel_image: /home/opnfv/functest/data/cirros-d161201-aarch64-kernel + ramdisk_image: /home/opnfv/functest/data/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 + + doctor: + image_name: TestVM |