aboutsummaryrefslogtreecommitdiffstats
path: root/functest/ci/config_patch.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2018-06-05 21:04:54 +0200
committerCédric Ollivier <ollivier.cedric@gmail.com>2018-07-09 14:07:36 +0200
commit20ebb3ef9f52479ef0c1c15a52d0652dab40cd8e (patch)
tree67ce55cf5f534b0e3316b9f3ca8600b0e4f44331 /functest/ci/config_patch.yaml
parent4300f0c67b9cb5b75911b0764175044f5e8d3a32 (diff)
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>
Diffstat (limited to 'functest/ci/config_patch.yaml')
-rw-r--r--functest/ci/config_patch.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/functest/ci/config_patch.yaml b/functest/ci/config_patch.yaml
index c2c6cb417..c2bfe33e7 100644
--- a/functest/ci/config_patch.yaml
+++ b/functest/ci/config_patch.yaml
@@ -54,6 +54,10 @@ fdio:
flavor_extra_specs: {'hw:mem_page_size':'large'}
extra_properties: {'hw_mem_page_size':'large'}
flavor_ram: 1024
+ vmtp:
+ flavor_extra_specs: {'hw:mem_page_size':'large'}
+ extra_properties: {'hw_mem_page_size':'large'}
+ flavor_ram: 2048
shaker:
flavor_extra_specs: {'hw:mem_page_size':'large'}
extra_properties: {'hw_mem_page_size':'large'}
@@ -127,6 +131,10 @@ ovs:
flavor_extra_specs: {'hw:mem_page_size':'large'}
extra_properties: {'hw_mem_page_size':'large'}
flavor_ram: 1024
+ vmtp:
+ flavor_extra_specs: {'hw:mem_page_size':'large'}
+ extra_properties: {'hw_mem_page_size':'large'}
+ flavor_ram: 2048
shaker:
flavor_extra_specs: {'hw:mem_page_size':'large'}
extra_properties: {'hw_mem_page_size':'large'}