aboutsummaryrefslogtreecommitdiffstats
path: root/conf/01_testcases.conf
diff options
context:
space:
mode:
authorMartin Klozik <martinx.klozik@intel.com>2015-12-03 12:58:03 +0000
committerMaryam Tahhan <maryam.tahhan@intel.com>2015-12-09 14:15:14 +0000
commit39ee5533feb7028f6fb7fce604f66b4451d434c7 (patch)
tree9f073f8b07d34f9267319c292705a65bf555341d /conf/01_testcases.conf
parenta05bfbc0bd553f761962634609d626085b3b3beb (diff)
testcase: scalability testcase enhancements
Streams used by scalability testcases can be simulated at different network layers by modification of destination MAC address (L2), destination IP address (L3) or destination UDP port (L4). It is possible to define number and type of the streams by testcase definition by options "MultiStream" and "Stream Type" or by CLI parameters "multistream" and "stream_type". CLI options override testcase definition. Number of streams, their types, used transport protocol and indication of pre-installed flows are written to both result CSV file and MD file with test report. Default transport protocol was changed to UDP because IxNetwork configuration script doesn't support TCP yet. Change-Id: I1ff9ab7756d38f65b1a7730397507c5a5ff5a3d1 JIRA: VSPERF-81 JIRA: VSPERF-82 Signed-off-by: Martin Klozik <martinx.klozik@intel.com> Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Diffstat (limited to 'conf/01_testcases.conf')
-rwxr-xr-xconf/01_testcases.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/conf/01_testcases.conf b/conf/01_testcases.conf
index a35c395e..fd268bed 100755
--- a/conf/01_testcases.conf
+++ b/conf/01_testcases.conf
@@ -31,6 +31,18 @@
# "MultiStream": 0-65535 # Optional. Defines number of flows simulated
# # by traffic generator. Value 0 disables
# # MultiStream feature
+# # It can be overridden by cli option multistream.
+# "Stream Type": ["L2"|"L3"|"L4"] # Optional. Stream Type is an extension
+# # of the "MultiStream" feature. If MultiStream
+# # is disabled, then Stream Type will be ignored.
+# # Stream Type defines ISO OSI network layer
+# # used for simulation of multiple streams.
+# # It can be overridden by cli option stream_type.
+# # Values:
+# # "L2" - iteration of destination MAC address
+# # "L3" - iteration of destination IP address
+# # "L4" - iteration of destination UDP port
+# # Default value is "L4".
# "Flow Type": ["port"|"IP"] # Optional. Defines flows complexity. In case
# # it isn't specified, then "port" will be used.
# # Values: