From e33092c82d3376d2468758a0fde3bff96f9939dd Mon Sep 17 00:00:00 2001 From: Steve Milner Date: Wed, 11 Jan 2017 09:25:26 -0500 Subject: cleanup: Removed debug prints from tests --- utils/test/openshift_ansible_tests.py | 1 - utils/test/test_utils.py | 1 - 2 files changed, 2 deletions(-) (limited to 'utils') diff --git a/utils/test/openshift_ansible_tests.py b/utils/test/openshift_ansible_tests.py index fe3029ca1..5847fe37b 100644 --- a/utils/test/openshift_ansible_tests.py +++ b/utils/test/openshift_ansible_tests.py @@ -58,7 +58,6 @@ class TestOpenShiftAnsible(unittest.TestCase): self.assertTrue(inventory.has_option('new_nodes', 'new_node1')) def test_write_inventory_vars_role_vars(self): - print(yaml.dump(openshift_ansible.CFG.deployment.roles)) with open(self.inventory, 'w') as inv: openshift_ansible.CFG.deployment.roles['master'].variables={'color': 'blue'} openshift_ansible.CFG.deployment.roles['node'].variables={'color': 'green'} diff --git a/utils/test/test_utils.py b/utils/test/test_utils.py index b18f85692..cbce64f7e 100644 --- a/utils/test/test_utils.py +++ b/utils/test/test_utils.py @@ -38,7 +38,6 @@ class TestUtils(unittest.TestCase): with mock.patch('ooinstall.utils.installer_log') as _il: debug_env(self.debug_all_params) - print(_il.debug.call_args_list) # Debug was called for each item we expect self.assertEqual( -- cgit v1.2.1