Commit f5924f5b authored by Alain Takoudjou's avatar Alain Takoudjou

Remove duplicated parameter of memcached_url

parent f072f74e
......@@ -152,8 +152,6 @@ def _getPersistentMemcachedServerDict():
return dict(hostname=hostname, port=port)
def _createTestPromiseConfigurationFile(promise_path, bt5_repository_path_list=None):
memcached_url = "memcached://%(hostname)s:%(port)s/" % \
_getVolatileMemcachedServerDict()
kumofs_url = "memcached://%(hostname)s:%(port)s/" % \
_getVolatileMemcachedServerDict()
memcached_url = "memcached://%(hostname)s:%(port)s/" % \
......
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