summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-05-19 09:19:08 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-05-19 09:19:08 +0300
commit2c4520a64a1d808abfa31a2ea83f708b3b5811f9 (patch)
treea6d3c8da4e30b9c7bab087b8623cb78e97581972 /scripts
parente2addf2f93f8f16da00180fb906d90dff036cfc0 (diff)
print fix
Diffstat (limited to 'scripts')
-rw-r--r--scripts/automation/regression/stateless_tests/stl_rx_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_rx_test.py b/scripts/automation/regression/stateless_tests/stl_rx_test.py
index 306b40ed..5494fdf0 100644
--- a/scripts/automation/regression/stateless_tests/stl_rx_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_rx_test.py
@@ -171,7 +171,7 @@ class STLRX_Test(CStlGeneral_Test):
# add both streams to ports
self.c.add_streams([s1], ports = [self.tx_port])
- print "\ninjecting {0} packets on port {1}\n".format(total_pkts, self.tx_port)
+ print("\ninjecting {0} packets on port {1}\n".format(total_pkts, self.tx_port))
exp = {'pg_id': 5, 'total_pkts': total_pkts, 'pkt_len': self.pkt.get_pkt_len()}