diff options
author | imarom <imarom@cisco.com> | 2016-04-10 11:01:24 +0300 |
---|---|---|
committer | imarom <imarom@cisco.com> | 2016-04-10 12:37:22 +0300 |
commit | 9823cf0a2acfa3eed27613bf357d82c241889cba (patch) | |
tree | bb8d08ce562617c8584b5a0c914746bca1894718 /scripts/automation | |
parent | 8ac45c1c3b2d10d4679fd2c662b6a78c2c2c27a5 (diff) |
multicore tests new goldens (because of phase)
Diffstat (limited to 'scripts/automation')
-rw-r--r-- | scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py index 2f6b1571..11e80b9a 100644 --- a/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py +++ b/scripts/automation/trex_control_plane/stl/trex_stl_lib/trex_stl_sim.py @@ -447,7 +447,7 @@ def compare_caps (cap1, cap2, max_diff_sec = (5 * 1e-6)): pkts2 = list(RawPcapReader(cap2)) if len(pkts1) != len(pkts2): - print('{0} contains {1} packets vs. {1} contains {2} packets'.format(cap1, len(pkts1), cap2, len(pkts2))) + print('{0} contains {1} packets vs. {2} contains {3} packets'.format(cap1, len(pkts1), cap2, len(pkts2))) return False # to be less strict we define equality if all packets from cap1 exists and in cap2 |