summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-06-24 13:09:04 +0300
committerHanoh Haim <hhaim@cisco.com>2016-06-24 13:09:04 +0300
commitff5799ae624b6e74faf26e821558964a08f33577 (patch)
tree66776ef2868e917a6f622ab5c1827f321fd7092a /scripts
parent83170bb32b9bdbbe63a9f2b301b19bcd1d7eaa60 (diff)
v2.04
Diffstat (limited to 'scripts')
-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 2b6684fd..23ebf081 100644
--- a/scripts/automation/regression/stateless_tests/stl_rx_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_rx_test.py
@@ -74,7 +74,7 @@ class STLRX_Test(CStlGeneral_Test):
pprint.pprint(err_latency)
tmp = 'RX pkts ERROR - one of the error is on'
print(tmp)
- #assert False, tmp
+ assert False, tmp
if latency['average']> max_average:
pprint.pprint(latency_stats)
@@ -314,7 +314,7 @@ class STLRX_Test(CStlGeneral_Test):
# check low latency when you have stream of 9K stream
def test_9k_stream(self):
- self.skip('Skip due to bug trex-215')
+ #self.skip('Skip due to bug trex-215')
if self.latency_9k_enable == False:
print("SKIP")