Add Vmtp as a new testcase 01/58401/7
authorCédric Ollivier <cedric.ollivier@orange.com>
Tue, 5 Jun 2018 19:04:54 +0000 (21:04 +0200)
committerCédric Ollivier <ollivier.cedric@gmail.com>
Mon, 9 Jul 2018 12:07:36 +0000 (14:07 +0200)
commit20ebb3ef9f52479ef0c1c15a52d0652dab40cd8e
tree67ce55cf5f534b0e3316b9f3ca8600b0e4f44331
parent4300f0c67b9cb5b75911b0764175044f5e8d3a32
Add Vmtp as a new testcase

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 <cedric.ollivier@orange.com>
docker/smoke/Dockerfile
docker/smoke/testcases.yaml
functest/ci/config_aarch64_patch.yaml
functest/ci/config_patch.yaml
functest/ci/testcases.yaml
functest/opnfv_tests/openstack/vmtp/__init__.py [new file with mode: 0644]
functest/opnfv_tests/openstack/vmtp/vmtp.py [new file with mode: 0644]
functest/tests/unit/openstack/vmtp/__init__.py [new file with mode: 0644]
functest/tests/unit/openstack/vmtp/test_vmtp.py [new file with mode: 0644]
tox.ini