summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
Diffstat (limited to 'utils')
-rw-r--r--utils/test/openshift_ansible_tests.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/test/openshift_ansible_tests.py b/utils/test/openshift_ansible_tests.py
index f6fa1b916..fe3029ca1 100644
--- a/utils/test/openshift_ansible_tests.py
+++ b/utils/test/openshift_ansible_tests.py
@@ -66,7 +66,6 @@ class TestOpenShiftAnsible(unittest.TestCase):
inventory = configparser.ConfigParser(allow_no_value=True)
inventory.read(self.inventory)
- print(inventory.sections())
self.assertTrue(inventory.has_section('masters:vars'))
self.assertEquals('blue', inventory.get('masters:vars', 'color'))
self.assertTrue(inventory.has_section('nodes:vars'))