Browse Source

Merge pull request #3066 from detiber/toxification

remove debug statement from test
Scott Dodson 8 years ago
parent
commit
f443452d1a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/test/openshift_ansible_tests.py

+ 0 - 1
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'))