diff options
author | Julien Meunier <julien.meunier@6wind.com> | 2018-02-13 11:51:55 +0100 |
---|---|---|
committer | Julien Meunier <julien.meunier@6wind.com> | 2018-03-30 16:22:15 +0200 |
commit | 0b6af5113db2d474e81b597fecce356b606904f1 (patch) | |
tree | b814db45267e7472e3d1a8f7254f178f7e9cf1f7 | |
parent | 3c2794471edd1a931dfdac31a32a4087d40f5289 (diff) |
conf/testcases: add new continuous tests
Add new tests with continuous stream (multiple streams and VLAN) in
order to measure the throughput of a vSwitch at the line rate.
JIRA: VSPERF-568
Change-Id: I0e302ab611ba417cfb0a752e49de3212cb773a24
Signed-off-by: Julien Meunier <julien.meunier@6wind.com>
-rwxr-xr-x | conf/01_testcases.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf index bd5ba9eb..c1e82163 100755 --- a/conf/01_testcases.conf +++ b/conf/01_testcases.conf @@ -232,6 +232,18 @@ PERFORMANCE_TESTS = [ }, }, }, + { + "Name": "phy2phy_tput_mod_vlan_cont", + "Deployment": "p2p", + "Frame Modification": "vlan", + "Description": "Phy2Phy VLAN Continuous Stream", + "Parameters" : { + "TRAFFIC" : { + "traffic_type" : "rfc2544_continuous", + "frame_rate" : 100, + }, + }, + }, { "Name": "phy2phy_cont", "Deployment": "p2p", @@ -288,6 +300,18 @@ PERFORMANCE_TESTS = [ }, }, { + "Name": "phy2phy_scalability_cont", + "Deployment": "p2p", + "Description": "Phy2Phy Scalability Continuous Stream", + "Parameters" : { + "TRAFFIC" : { + "traffic_type" : "rfc2544_continuous", + "frame_rate" : 100, + "multistream" : 8000, + }, + }, + }, + { "Name": "pvp_tput", "Deployment": "pvp", "Description": "LTD.Throughput.RFC2544.PacketLossRatio", |