summaryrefslogtreecommitdiffstats
path: root/src/test/testcases/testSystemFabricMap.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testcases/testSystemFabricMap.py')
-rw-r--r--src/test/testcases/testSystemFabricMap.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/testcases/testSystemFabricMap.py b/src/test/testcases/testSystemFabricMap.py
index d97105fe..c5adabc5 100644
--- a/src/test/testcases/testSystemFabricMap.py
+++ b/src/test/testcases/testSystemFabricMap.py
@@ -22,7 +22,7 @@
# permissions and limitations under the License.
#
# IBM_PROLOG_END_TAG
-
+from __future__ import print_function
import testPSUUtil
import testRegistry as reg
import testUtil
@@ -77,7 +77,7 @@ def main():
regObj = testPSUUtil.registry() # Registry obj def for operation
testUtil.runCycles( 1000000 );
- print "\n Execute SBE Test [ System Fabric Map ] ...\n"
+ print("\n Execute SBE Test [ System Fabric Map ] ...\n")
'''
Test Case 1
@@ -85,7 +85,7 @@ def main():
# HOST->SBE data set execution
regObj.ExecuteTestOp( testPSUUtil.simSbeObj, sbe_test_data )
- print "\n Poll on Host side for INTR ...\n"
+ print("\n Poll on Host side for INTR ...\n")
#Poll on HOST DoorBell Register for interrupt
regObj.pollingOn( testPSUUtil.simSbeObj, host_polling_data, 5 )
OpenPOWER on IntegriCloud