conf/testcases: add new continuous tests 53/54653/1
authorJulien Meunier <julien.meunier@6wind.com>
Tue, 13 Feb 2018 10:51:55 +0000 (11:51 +0100)
committerJulien Meunier <julien.meunier@6wind.com>
Fri, 30 Mar 2018 14:22:15 +0000 (16:22 +0200)
Add new tests with continuous stream (multiple streams and VLAN) in
order to measure the throughput of a vSwitch at the line rate.

JIRA: VSPERF-568

Change-Id: I0e302ab611ba417cfb0a752e49de3212cb773a24
Signed-off-by: Julien Meunier <julien.meunier@6wind.com>
conf/01_testcases.conf

index bd5ba9e..c1e8216 100755 (executable)
@@ -231,6 +231,18 @@ PERFORMANCE_TESTS = [
                 "traffic_type" : "rfc2544_throughput",
             },
         },
+    },
+        {
+        "Name": "phy2phy_tput_mod_vlan_cont",
+        "Deployment": "p2p",
+        "Frame Modification": "vlan",
+        "Description": "Phy2Phy VLAN Continuous Stream",
+        "Parameters" : {
+            "TRAFFIC" : {
+                "traffic_type" : "rfc2544_continuous",
+                "frame_rate" : 100,
+            },
+        },
     },
     {
         "Name": "phy2phy_cont",
@@ -287,6 +299,18 @@ PERFORMANCE_TESTS = [
             },
         },
     },
+    {
+        "Name": "phy2phy_scalability_cont",
+        "Deployment": "p2p",
+        "Description": "Phy2Phy Scalability Continuous Stream",
+        "Parameters" : {
+            "TRAFFIC" : {
+                "traffic_type" : "rfc2544_continuous",
+                "frame_rate" : 100,
+                "multistream" : 8000,
+            },
+        },
+    },
     {
         "Name": "pvp_tput",
         "Deployment": "pvp",