Add support for openSUSE Leap 42.2
[vswitchperf.git] / conf / 01_testcases.conf
index bdaeb4d..b30afc8 100755 (executable)
@@ -95,7 +95,27 @@ PERFORMANCE_TESTS = [
         "Description": "LTD.Forwarding.RFC2889.MaxForwardingRate",
         "Parameters" : {
             "TRAFFIC" : {
-                "traffic_type" : "rfc2889",
+                "traffic_type" : "rfc2889_forwarding",
+            },
+        },
+    },
+    {
+        "Name": "phy2phy_learning",
+        "Deployment": "p2p",
+        "Description": "LTD.AddrLearning.RFC2889.AddrLearningRate",
+        "Parameters" : {
+            "TRAFFIC" : {
+                "traffic_type" : "rfc2889_learning",
+            },
+        },
+    },
+    {
+        "Name": "phy2phy_caching",
+        "Deployment": "p2p",
+        "Description": "LTD.AddrCaching.RFC2889.AddrCachingCapacity",
+        "Parameters" : {
+            "TRAFFIC" : {
+                "traffic_type" : "rfc2889_caching",
             },
         },
     },