From 20ebb3ef9f52479ef0c1c15a52d0652dab40cd8e Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 5 Jun 2018 21:04:54 +0200 Subject: Add Vmtp as a new testcase MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit VMTP is a small python application that will automatically perform ping connectivity, round trip time measurement (latency) and TCP/UDP throughput. JIRA: FUNCTEST-980 Change-Id: I8e94fc52a429f505ac14e14bbb9d0a3b20996ba4 Signed-off-by: Cédric Ollivier --- functest/ci/config_aarch64_patch.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'functest/ci/config_aarch64_patch.yaml') diff --git a/functest/ci/config_aarch64_patch.yaml b/functest/ci/config_aarch64_patch.yaml index b288641e1..00020af6a 100644 --- a/functest/ci/config_aarch64_patch.yaml +++ b/functest/ci/config_aarch64_patch.yaml @@ -94,6 +94,15 @@ os: hw_disk_bus: 'scsi' hw_scsi_model: 'virtio-scsi' + vmtp: + image: + /home/opnfv/functest/images/ubuntu-14.04-server-cloudimg-arm64-uefi1.img + extra_properties: + hw_firmware_type: 'uefi' + hw_video_model: 'vga' + hw_disk_bus: 'scsi' + hw_scsi_model: 'virtio-scsi' + shaker: image: /home/opnfv/functest/images/shaker-image-arm64.qcow2 extra_properties: -- cgit 1.2.3-korg