summaryrefslogtreecommitdiffstats
path: root/scripts/automation
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-26 18:01:12 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-26 18:01:12 +0300
commit7e22036a2a08be24719f4be7b81aa8a0e7ec759a (patch)
treebaa9a5272c6d35adb181adac0f83e65094d25c93 /scripts/automation
parentffbd0b7cb36a72d80d4b48a303a822d1ac42301d (diff)
regression: disable all rx tests for trex08 and trex09
Diffstat (limited to 'scripts/automation')
-rw-r--r--scripts/automation/regression/stateless_tests/stl_rx_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_rx_test.py b/scripts/automation/regression/stateless_tests/stl_rx_test.py
index 92d4bae3..8e140271 100644
--- a/scripts/automation/regression/stateless_tests/stl_rx_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_rx_test.py
@@ -7,6 +7,8 @@ class STLRX_Test(CStlGeneral_Test):
"""Tests for RX feature"""
def setUp(self):
+ if CTRexScenario.setup_name in ('trex08', 'trex09'):
+ self.skip('This test makes trex08 and trex09 sick. Fix those ASAP.')
if self.is_virt_nics:
self.skip('Skip this for virtual NICs for now')
per_driver_params = {"rte_vmxnet3_pmd": [1, 50], "rte_ixgbe_pmd": [30, 5000], "rte_i40e_pmd": [80, 5000, 10],
@@ -215,8 +217,6 @@ class STLRX_Test(CStlGeneral_Test):
# this test adds more and more latency streams and re-test with incremental
def test_incremental_latency_streams (self):
- if CTRexScenario.setup_name in ('trex08', 'trex09'):
- self.skip('This test makes trex08 and trex09 sick. Fix those ASAP.')
total_pkts = self.total_pkts
percent = 0.5