Pārlūkot izejas kodu

remove debug statement from test

Jason DeTiberus 8 gadi atpakaļ
vecāks
revīzija
d225f6ec04
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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'))