diff --git a/cloudroast/database/pos_regr/instances.py b/cloudroast/database/pos_regr/instances.py index e5a205bd..1fc45456 100644 --- a/cloudroast/database/pos_regr/instances.py +++ b/cloudroast/database/pos_regr/instances.py @@ -135,7 +135,7 @@ class TestCreateInstances(DBaaSFixture): Creating a small instance (1G) """ - #print (self.instance_id) + #print(self.instance_id) NAME = "qe-small-instance" FLAVOR = 2 VOLUME = 40 diff --git a/cloudroast/networking/networks/test_cleanup.py b/cloudroast/networking/networks/test_cleanup.py index aefc885d..536a01de 100644 --- a/cloudroast/networking/networks/test_cleanup.py +++ b/cloudroast/networking/networks/test_cleanup.py @@ -107,6 +107,6 @@ class NetworkingCleanUp(BaseTestFixture): print '\nResources to delete dict:' print self.resource_dict - print ('Note: to delete all resources export or set in config:' + print('Note: to delete all resources export or set in config:' '\nCAFE_networking_delete_resources={\"all\": \"*\"}') self.res.delete_networking(resource_dict=self.resource_dict) diff --git a/cloudroast/networking/networks/topologies/test_spoke_and_hub_topo.py b/cloudroast/networking/networks/topologies/test_spoke_and_hub_topo.py index 68e5b3cb..ce351dd4 100644 --- a/cloudroast/networking/networks/topologies/test_spoke_and_hub_topo.py +++ b/cloudroast/networking/networks/topologies/test_spoke_and_hub_topo.py @@ -26,6 +26,6 @@ class TestSpokeAndHubTopology(SpokeAndHubFixture): """ delay_minutes = 15 - print ("Connectivity Issues detected!\n You have {delay} minutes to " + print("Connectivity Issues detected!\n You have {delay} minutes to " "debug. GO!".format(delay=delay_minutes)) time.sleep(delay_minutes * 60)