bugfix: Fix failure caused by unset locale
[vswitchperf.git] / conf / 01_testcases.conf
index 8800145..fd268be 100755 (executable)
 # "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:
 #                                  #    "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 +112,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",