summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--utils/test/openshift_ansible_tests.py1
-rw-r--r--utils/test/test_utils.py1
2 files changed, 0 insertions, 2 deletions
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(