aboutsummaryrefslogtreecommitdiffstats
path: root/conf/01_testcases.conf
diff options
context:
space:
mode:
authorRadek Zetik <radekx.zetik@intel.com>2015-07-20 05:33:58 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-08-04 09:40:23 +0000
commit211eb7443e6cdc66c9657399be983184cd16bba7 (patch)
treefc1a5464451a6702e5774030b9191ef90972973c /conf/01_testcases.conf
parenteec369cd944ee4951fe53f542114498a6b7d23dc (diff)
Add a simple performance test that sends a continuous stream
Implement a simple performance test that sends a continuous stream of traffic to the vSwitch at line rate for 30 seconds and measures the throughput Note: there is issue with calculating of the Tx Fps and Mbps based on the results from the IxNetwork traffic generator. This issue will be fixed in a later patch. JIRA: VSPERF-27 Change-Id: Ic72225888735d33398a602462af159e901fb5957 Signed-off-by: Radek Zetik <radekx.zetik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-xconf/01_testcases.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf
index f0fe8ad1..7b6c007c 100755
--- a/conf/01_testcases.conf
+++ b/conf/01_testcases.conf
@@ -55,4 +55,13 @@ PERFORMANCE_TESTS = [
"biDirectional": "False",
"Description": "LTD.Throughput.RFC2544.PacketLossRatioFrameModification"
},
+ {
+ "Name": "phy2phy_cont",
+ "Traffic Type": "continuous",
+ "Collector": "cpu",
+ "Deployment": "p2p",
+ "Description": "RFC2544 Phy2Phy Continuous Stream",
+ "biDirectional": "True",
+ },
+
]