Merge "disable keepalive for functional tests"

This commit is contained in:
Jenkins
2017-04-25 17:29:09 +00:00
committed by Gerrit Code Review

View File

@@ -74,6 +74,7 @@ class _IntegratedTestBase(test.TestCase):
# TODO(mriedem): Fix the functional tests to work with Neutron.
self.flags(use_neutron=self.USE_NEUTRON)
self.flags(keep_alive=False, group="wsgi")
nova.tests.unit.image.fake.stub_out_image_service(self)
self._setup_services()