summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression/stateless_tests/stl_client_test.py
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-04-16 02:06:52 +0300
committerYaroslav Brustinov <ybrustin@cisco.com>2016-04-16 02:06:52 +0300
commitf91190c71d0a2550364fdce909df297405fb5e43 (patch)
treec6ccb6f26070437151866d22e7f44efce0121bbd /scripts/automation/regression/stateless_tests/stl_client_test.py
parent9c1dfed4edc4a4d3f51fc7f9ac9cab58657ab818 (diff)
python3 further fixes
Diffstat (limited to 'scripts/automation/regression/stateless_tests/stl_client_test.py')
-rw-r--r--scripts/automation/regression/stateless_tests/stl_client_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/stateless_tests/stl_client_test.py b/scripts/automation/regression/stateless_tests/stl_client_test.py
index 6308e203..e7c9bb5d 100644
--- a/scripts/automation/regression/stateless_tests/stl_client_test.py
+++ b/scripts/automation/regression/stateless_tests/stl_client_test.py
@@ -248,7 +248,7 @@ class STLClient_Test(CStlGeneral_Test):
for profile in self.profiles:
- print("now testing profile {0}...\n").format(profile)
+ print("now testing profile {0}...\n".format(profile))
p1 = STLProfile.load(profile, port_id = self.tx_port)
p2 = STLProfile.load(profile, port_id = self.rx_port)