diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-26 11:49:09 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-26 11:49:09 +0300 |
commit | ffbd0b7cb36a72d80d4b48a303a822d1ac42301d (patch) | |
tree | 9a21828cd2c43382c68e045d5dfae821d3f98b42 /scripts/automation/regression/stateless_tests | |
parent | 9f37b9639173d1c6f682be72feb3624a7ec28a4c (diff) |
regression: mask temporary test_incremental_latency_streams at trex08 and trex09
Diffstat (limited to 'scripts/automation/regression/stateless_tests')
-rw-r--r-- | scripts/automation/regression/stateless_tests/stl_rx_test.py | 3 |
1 files changed, 3 insertions, 0 deletions
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 |