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/testcases.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'functest/ci/testcases.yaml') diff --git a/functest/ci/testcases.yaml b/functest/ci/testcases.yaml index 44685a145..48e64747f 100644 --- a/functest/ci/testcases.yaml +++ b/functest/ci/testcases.yaml @@ -302,6 +302,23 @@ tiers: exclude: - 'test_networks_multiprovider_rbac' + - + case_name: vmtp + project_name: functest + criteria: 100 + blocking: false + description: >- + VMTP is a small python application that will automatically + perform ping connectivity, round trip time measurement + (latency) and TCP/UDP throughput + dependencies: + installer: '' + scenario: '' + run: + module: + 'functest.opnfv_tests.openstack.vmtp.vmtp' + class: 'Vmtp' + - case_name: shaker project_name: functest -- cgit 1.2.3-korg