diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-19 09:19:08 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-19 09:19:08 +0300 |
commit | 2c4520a64a1d808abfa31a2ea83f708b3b5811f9 (patch) | |
tree | a6d3c8da4e30b9c7bab087b8623cb78e97581972 | |
parent | e2addf2f93f8f16da00180fb906d90dff036cfc0 (diff) |
print fix
-rw-r--r-- | scripts/automation/regression/stateless_tests/stl_rx_test.py | 2 |
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()} |