Commit 58c618db authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner: monitor_url added for the tests

have to be deleted when runnertest recipe will be replaced by buildout section
parent 399dc9f6
......@@ -98,6 +98,7 @@ class SlaprunnerTestCase(unittest.TestCase):
PERMANENT_SESSION_LIFETIME=datetime.timedelta(days=31),
auto_deploy = True,
autorun = False,
instance_monitoring_url = 'https://[' + config.ipv6_address + ']:9684',
)
self.app = views.app.test_client()
self.app.config = views.app.config
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment