Regression: Python3 print...
authorYaroslav Brustinov <[email protected]>
Tue, 7 Mar 2017 17:33:57 +0000 (19:33 +0200)
committerYaroslav Brustinov <[email protected]>
Tue, 7 Mar 2017 17:33:57 +0000 (19:33 +0200)
Change-Id: Icde1f33463686711ae6a89f0f402575a870da5f7
Signed-off-by: Yaroslav Brustinov <[email protected]>
scripts/automation/regression/stateless_tests/stl_rx_test.py

index abec940..6735254 100644 (file)
@@ -460,7 +460,7 @@ class STLRX_Test(CStlGeneral_Test):
     def check_stats(self, a, b, err):
         if a != b:
             tmp = 'ERROR field : {0}, read : {1} != expected : {2} '.format(err,a,b)
-            print tmp
+            print(tmp)
             self.errs.append(tmp)