Commit 5bebf9d9 authored by Nicolas Wavrant's avatar Nicolas Wavrant

runner-tests: parameters dict updated while runner deploying, and not during tests anymore

parent 719da31a
......@@ -96,8 +96,6 @@ class SlaprunnerTestCase(unittest.TestCase):
software_profile='software.cfg',
SECRET_KEY="123456",
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()
......
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