diff options
Diffstat (limited to 'docker/smoke/testcases.yaml')
-rw-r--r-- | docker/smoke/testcases.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docker/smoke/testcases.yaml b/docker/smoke/testcases.yaml index 5a93a1d7c..0d16879ca 100644 --- a/docker/smoke/testcases.yaml +++ b/docker/smoke/testcases.yaml @@ -78,6 +78,23 @@ tiers: - '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 criteria: 100 |