From 0b6af5113db2d474e81b597fecce356b606904f1 Mon Sep 17 00:00:00 2001 From: Julien Meunier Date: Tue, 13 Feb 2018 11:51:55 +0100 Subject: 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 --- conf/01_testcases.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'conf') 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", -- cgit 1.2.3-korg