regression: stl_rx_test - reduce VF rates
authorYaroslav Brustinov <[email protected]>
Sun, 26 Mar 2017 22:38:38 +0000 (00:38 +0200)
committerYaroslav Brustinov <[email protected]>
Sun, 26 Mar 2017 22:38:38 +0000 (00:38 +0200)
Change-Id: If3732a26652d775f4f1a907338b8a56778ab3712
Signed-off-by: Yaroslav Brustinov <[email protected]>
scripts/automation/regression/stateless_tests/stl_rx_test.py

index 347c8e8..a71322f 100644 (file)
@@ -25,7 +25,7 @@ class STLRX_Test(CStlGeneral_Test):
                         'latency_9k_max_latency': 400,
                         },
                 'net_ixgbe_vf': {
-                        'rate_percent': 30,
+                        'rate_percent': 20,
                         'total_pkts': 1000,
                         'rate_latency': 1,
                         'latency_9k_enable': False,
@@ -40,7 +40,7 @@ class STLRX_Test(CStlGeneral_Test):
                         'latency_9k_max_latency': 250,
                         },
                 'net_i40e_vf': {
-                        'rate_percent': 80,
+                        'rate_percent': 10,
                         'total_pkts': 1000,
                         'rate_latency': 1,
                         'latency_9k_enable': False,
@@ -66,7 +66,7 @@ class STLRX_Test(CStlGeneral_Test):
                         },
 
                  'net_mlx5': {
-                        'rate_percent': 80,
+                        'rate_percent': 80 if self.is_vf_nics else 5,
                         'total_pkts': 1000,
                         'rate_latency': 1,
                         'latency_9k_enable': False if self.is_vf_nics else True,