Used a pooled config for health
In order to test all the health KPI's, it needs to run in a pooled deployment. Therefore, this patch re-uses a pooled config file for this test. Change-Id: I5dee61a62b0b2d021fe81aea1592b7b8f1ad4c6b Closes-bug: #1383604
This commit is contained in:
parent
f0e4a810ff
commit
5eda64c261
@ -22,6 +22,7 @@ from zaqar.tests.functional import helpers
|
||||
class TestHealth(base.V1_1FunctionalTestBase):
|
||||
|
||||
server_class = base.ZaqarAdminServer
|
||||
config_file = 'wsgi_mongodb_pooled.conf'
|
||||
|
||||
def setUp(self):
|
||||
super(TestHealth, self).setUp()
|
||||
@ -30,6 +31,10 @@ class TestHealth(base.V1_1FunctionalTestBase):
|
||||
version="v1.1"
|
||||
))
|
||||
self.cfg.zaqar.version = "v1.1"
|
||||
|
||||
self.headers = helpers.create_zaqar_headers(self.cfg)
|
||||
self.client.headers = self.headers
|
||||
|
||||
self.client.set_base_url(self.base_url)
|
||||
|
||||
@ddt.data(
|
||||
|
Loading…
x
Reference in New Issue
Block a user