From ffbd0b7cb36a72d80d4b48a303a822d1ac42301d Mon Sep 17 00:00:00 2001 From: Yaroslav Brustinov Date: Thu, 26 May 2016 11:49:09 +0300 Subject: regression: mask temporary test_incremental_latency_streams at trex08 and trex09 --- scripts/automation/regression/stateless_tests/stl_rx_test.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/automation/regression/stateless_tests') diff --git a/scripts/automation/regression/stateless_tests/stl_rx_test.py b/scripts/automation/regression/stateless_tests/stl_rx_test.py index b0dfdbb4..92d4bae3 100644 --- a/scripts/automation/regression/stateless_tests/stl_rx_test.py +++ b/scripts/automation/regression/stateless_tests/stl_rx_test.py @@ -215,6 +215,9 @@ 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 -- cgit 1.2.3-korg