Skip to content
Snippets Groups Projects
Commit 52e71f1c authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-139: added TODO

parent 709aba32
No related branches found
No related tags found
1 merge request!96Resolve TMSS-139
......@@ -192,6 +192,8 @@ class TMSSDjangoServerInstance():
if response.status_code == 200:
logger.info("Django server is up and running at port=%d with database: %s and LDAP: %s",
self.port, self.database_dbcreds, self.ldap_dbcreds)
# TODO: logout, otherwise django remembers our login session.
return True
except Exception as e:
time.sleep(0.1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment