From: Julien Meunier Date: Tue, 13 Feb 2018 10:51:55 +0000 (+0100) Subject: conf/testcases: add new continuous tests X-Git-Tag: opnfv-7.0.0~24^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F54653%2F1;p=vswitchperf.git 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 --- 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 @@ -231,6 +231,18 @@ PERFORMANCE_TESTS = [ "traffic_type" : "rfc2544_throughput", }, }, + }, + { + "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", @@ -287,6 +299,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",