diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-01-10 17:33:11 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-10 17:33:11 -0500 |
commit | f443452d1a999df7417e665533494cebb44c0e7a (patch) | |
tree | 60ab34fb97f5aad7a1f6000f8a2e34b2ed9f1d63 /utils | |
parent | 393eccd3a5347a13eda5d627f3cc35aeeb42f1cc (diff) | |
parent | d225f6ec04ae0b7acd0084147ddf8bb191b66fc4 (diff) | |
download | openshift-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.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')) |