aboutsummaryrefslogtreecommitdiffstats
path: root/conf/01_testcases.conf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2015-10-15 01:28:55 +0100
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-10-23 13:57:48 +0000
commit52eacb37b9e6d11174c23bd053f7ad42b1581dd3 (patch)
treec0f4ada7ac16daf80892b3bcbc72864648801791 /conf/01_testcases.conf
parentc2971871dd1380b88d58f29211a3e8478aca477a (diff)
Simple performance Test for the PVP and PVVP
Two sample contionous stream testcaes were introduced for PVP and PVVP scenarios. Required frame rate percentage can be specified either by tetcase configuration option "iLoad" or by command line option "iload". Command line option take precendece to testcase option. By default 100% linerate is used if not specified otherwise. Change-Id: I95f7ae6081377a4c99ce70fc7504b6b542f9260b JIRA: VSPERF-95 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com> Reviewed-by: Gene Snider <eugene.snider@huawei.com> Reviewed-by: Al Morton <acmorton@att.com>
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-xconf/01_testcases.conf23
1 files changed, 22 insertions, 1 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf
index 88001459..a35c395e 100755
--- a/conf/01_testcases.conf
+++ b/conf/01_testcases.conf
@@ -37,6 +37,10 @@
# # "port" - flow is defined by ingress ports
# # "IP" - flow is defined by ingress ports
# # and src and dst IP addresses
+# "iLoad": 0-100 # Optional. Defines desired percentage
+# # of frame rate used during continuous stream
+# # tests. Can be overridden by cli option
+# # iload.
# "Load": dictionary # Optional. Configures background load
# # during testcase execution.
# Description of "Load" dictionary keys, their meanings and available values:
@@ -96,8 +100,25 @@ PERFORMANCE_TESTS = [
"Name": "phy2phy_cont",
"Traffic Type": "continuous",
"Deployment": "p2p",
- "Description": "RFC2544 Phy2Phy Continuous Stream",
+ "Description": "Phy2Phy Continuous Stream",
"biDirectional": "True",
+ "iLoad": "90",
+ },
+ {
+ "Name": "pvp_cont",
+ "Traffic Type": "continuous",
+ "Deployment": "pvp",
+ "Description": "PVP Continuous Stream",
+ "biDirectional": "True",
+ "iLoad": "90",
+ },
+ {
+ "Name": "pvvp_cont",
+ "Traffic Type": "continuous",
+ "Deployment": "pvvp",
+ "Description": "PVVP Continuous Stream",
+ "biDirectional": "True",
+ "iLoad": "90",
},
{
"Name": "phy2phy_scalability",