summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-01-10 17:33:11 -0500
committerGitHub <noreply@github.com>2017-01-10 17:33:11 -0500
commitf443452d1a999df7417e665533494cebb44c0e7a (patch)
tree60ab34fb97f5aad7a1f6000f8a2e34b2ed9f1d63 /utils
parent393eccd3a5347a13eda5d627f3cc35aeeb42f1cc (diff)
parentd225f6ec04ae0b7acd0084147ddf8bb191b66fc4 (diff)
downloadopenshift-f443452d1a999df7417e665533494cebb44c0e7a.tar.gz
openshift-f443452d1a999df7417e665533494cebb44c0e7a.tar.bz2
openshift-f443452d1a999df7417e665533494cebb44c0e7a.tar.xz
openshift-f443452d1a999df7417e665533494cebb44c0e7a.zip
Merge pull request #3066 from detiber/toxification
remove debug statement from test
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'))