bugfix: Trafficgen Ixia does not work
[vswitchperf.git] / conf / 01_testcases.conf
index 148171f..55cce1c 100755 (executable)
 # "Frame Modification": "vlan"     # One of the supported frame modifications:
 #                                  # vlan, mpls, mac, dscp, ttl, ip_addr,
 #                                  # ip_port.
-# "biDirectional": [true|false],   # Specifies if generated traffic will be
-#                                  # full-duplex (true) or half-duplex (false)
+# "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".
+#                                  # Default value is "False". Must be of type
+#                                  # string.
 # "MultiStream": 0-65535           # Optional. Defines number of flows simulated
 #                                  # by traffic generator. Value 0 disables
 #                                  # MultiStream feature
@@ -129,6 +131,13 @@ PERFORMANCE_TESTS = [
         "biDirectional": "True",
         "Description": "LTD.Throughput.RFC2544.PacketLossRatio",
     },
+    {
+        "Name": "phy2phy_forwarding",
+        "Traffic Type": "rfc2889",
+        "Deployment": "p2p",
+        "biDirectional": "True",
+        "Description": "LTD.Forwarding.RFC2889.MaxForwardingRate",
+    },
     {
         "Name": "back2back",
         "Traffic Type": "back2back",
@@ -168,6 +177,14 @@ PERFORMANCE_TESTS = [
         "biDirectional": "True",
         "iLoad": "100",
     },
+    {
+        "Name": "pvpv_cont",
+        "Traffic Type": "continuous",
+        "Deployment": "pvpv",
+        "Description": "Two VMs in parallel with Continuous Stream",
+        "biDirectional": "True",
+        "iLoad": "100",
+    },
     {
         "Name": "phy2phy_scalability",
         "Traffic Type": "rfc2544",