Remove 'verbose' config option initialization

'verbose' option was removed from the config, so we don't need to set in
in the functional tests.

Change-Id: I11e7f5adb2ee0cca3334764ec08904e8149a2e42
Closes-Bug: #1678094
This commit is contained in:
Ivan Kolodyazhny 2017-03-31 15:10:16 +03:00
parent 39e7f70dee
commit e49cf7a18f

View File

@ -69,7 +69,6 @@ class _FunctionalTestBase(test.TestCase):
f = self._get_flags()
self.flags(**f)
self.flags(verbose=True)
for var in ('http_proxy', 'HTTP_PROXY'):
self.useFixture(fixtures.EnvironmentVariable(var))