CI: Generate test report and push logs and report to the artifactory
[vswitchperf.git] / conf / 01_testcases.conf
index a35c395..dcef306 100755 (executable)
 # "Name": "phy2phy_burst",         # A human-readable string identifying the
 #                                  # test.
 # "Traffic Type": "rfc2544",       # One of the supported traffic types.
+#                                  # It can be overridden by cli option traffic_type.
+#                                  # Default value is "rfc2544".
 # "Deployment": "p2p",             # One of the supported deployment scenarios.
 # "Description": "Lorem ipsum..."  # Optional. A human-readable string
 #                                  # describing the test.
 # "Frame Modification": "vlan"     # One of the supported frame modifications:
 #                                  # vlan, mpls, mac, dscp, ttl, ip_addr,
 #                                  # ip_port.
-# "biDirectional": [true|false],   # Specifies if genearted traffic will be
+# "biDirectional": [true|false],   # Specifies if generated traffic will be
 #                                  # full-duplex (true) or half-duplex (false)
+#                                  # It can be overridden by cli option bidirectional.
+#                                  # Default value is "false".
 # "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".
+# "Pre-installed Flows": ["Yes"|"No"]
+#                                  # Optional. Pre-installed Flows is an extension
+#                                  # of the "MultiStream" feature. If MultiStream
+#                                  # is disabled, then Pre-installed Flows will be
+#                                  # ignored. It defines if stream specific flows
+#                                  # will be inserted into OVS or not.
+#                                  # It can be overridden by cli option
+#                                  # pre-installed_flows
+#                                  # Values:
+#                                  #    "Yes" - flows will be inserted into OVS
+#                                  #    "No"  - flows won't be inserted into OVS
+#                                  # Default value is "No".
 # "Flow Type": ["port"|"IP"]       # Optional. Defines flows complexity. In case
 #                                  # it isn't specified, then "port" will be used.
 #                                  # Values:
@@ -41,6 +69,7 @@
 #                                  # of frame rate used during continuous stream
 #                                  # tests. Can be overridden by cli option
 #                                  # iload.
+#                                  # Default value is 100.
 # "Load": dictionary               # Optional. Configures background load
 #                                  # during testcase execution.
 #   Description of "Load" dictionary keys, their meanings and available values:
@@ -102,7 +131,7 @@ PERFORMANCE_TESTS = [
         "Deployment": "p2p",
         "Description": "Phy2Phy Continuous Stream",
         "biDirectional": "True",
-        "iLoad": "90",
+        "iLoad": "100",
     },
     {
         "Name": "pvp_cont",
@@ -110,7 +139,7 @@ PERFORMANCE_TESTS = [
         "Deployment": "pvp",
         "Description": "PVP Continuous Stream",
         "biDirectional": "True",
-        "iLoad": "90",
+        "iLoad": "100",
     },
     {
         "Name": "pvvp_cont",
@@ -118,7 +147,7 @@ PERFORMANCE_TESTS = [
         "Deployment": "pvvp",
         "Description": "PVVP Continuous Stream",
         "biDirectional": "True",
-        "iLoad": "90",
+        "iLoad": "100",
     },
     {
         "Name": "phy2phy_scalability",