Removing unnecessary printing of config file
Change-Id: Iedc1725ccc46c2c4626edab950dae5f3a6129a5b
This commit is contained in:
parent
3f6c9d5875
commit
0ecfd50fc0
@ -19,7 +19,6 @@ import ConfigParser
|
||||
from hashlib import md5
|
||||
import nose.plugins.skip
|
||||
import os
|
||||
from pprint import pprint
|
||||
import unittest2
|
||||
|
||||
NOVA_DATA = {}
|
||||
@ -92,7 +91,6 @@ class FunctionalTest(unittest2.TestCase):
|
||||
self.keystone = KEYSTONE_DATA
|
||||
|
||||
self._parse_defaults_file()
|
||||
pprint(self.config)
|
||||
|
||||
# Swift Setup
|
||||
if 'swift' in self.config:
|
||||
|
Loading…
x
Reference in New Issue
Block a user