37a38,39
> from __future__ import print_function
>
125,126c127,128
< print "Switching CPUs..."
< print "Next CPU: %s" % type(next_cpu)
---
> print("Switching CPUs...")
> print("Next CPU: %s" % type(next_cpu))
132c134,135
< print "Source CPU and destination CPU are the same, skipping..."
---
> print("Source CPU and destination CPU are the same,"
> " skipping...")
139c142
< print "Test failed: Unknown exit cause: %s" % exit_cause
---
> print("Test failed: Unknown exit cause: %s" % exit_cause)