Merge "Fix a test order issue with oslo_config fixture"

This commit is contained in:
Jenkins 2015-11-19 17:09:57 +00:00 committed by Gerrit Code Review
commit 51fb13dd8f

@ -50,6 +50,9 @@ class AgentJinjaTestCase(base.TestCase):
def test_build_agent_config(self):
ajc = agent_jinja_cfg.AgentJinjaTemplater()
# Test execution order could influence this with the test below
self.conf.config(group='amphora_agent',
agent_server_network_file=None)
expected_config = ('\n[DEFAULT]\n'
'debug = False\n\n'
'[haproxy_amphora]\n'