diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2017-01-10 17:29:27 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2017-01-10 17:29:27 -0500 |
commit | d225f6ec04ae0b7acd0084147ddf8bb191b66fc4 (patch) | |
tree | 60ab34fb97f5aad7a1f6000f8a2e34b2ed9f1d63 /utils | |
parent | 393eccd3a5347a13eda5d627f3cc35aeeb42f1cc (diff) | |
download | openshift-d225f6ec04ae0b7acd0084147ddf8bb191b66fc4.tar.gz openshift-d225f6ec04ae0b7acd0084147ddf8bb191b66fc4.tar.bz2 openshift-d225f6ec04ae0b7acd0084147ddf8bb191b66fc4.tar.xz openshift-d225f6ec04ae0b7acd0084147ddf8bb191b66fc4.zip |
remove debug statement from test
Diffstat (limited to 'utils')
-rw-r--r-- | utils/test/openshift_ansible_tests.py | 1 |
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')) |