summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateful_tests/trex_general_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/automation/regression/stateful_tests/trex_general_test.py')
-rwxr-xr-xscripts/automation/regression/stateful_tests/trex_general_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateful_tests/trex_general_test.py b/scripts/automation/regression/stateful_tests/trex_general_test.py
index fe38ed34..5c1649e7 100755
--- a/scripts/automation/regression/stateful_tests/trex_general_test.py
+++ b/scripts/automation/regression/stateful_tests/trex_general_test.py
@@ -270,7 +270,7 @@ class CTRexGeneral_Test(unittest.TestCase):
if not ports_names:
raise AbnormalResultError('Could not find ports info in TRex results, path: trex-latecny-v2.data.port-*')
for port_name in ports_names:
- path = 'trex-latecny-v2.data.%s.hist.cnt' % port_name
+ path = 'trex-latecny-v2.data.%s.hist.cont' % port_name
lat_count = trex_res.get_last_value(path)
if lat_count == 0:
self.fail('LatencyError: Number of latency packets received on %s is 0' % port_name)