diff options
author | Azul <azul@leap.se> | 2014-04-16 11:26:13 +0200 |
---|---|---|
committer | Azul <azul@leap.se> | 2014-04-17 10:39:59 +0200 |
commit | 8907100f3ffe99a2a9110c90418c9e5844b4ab03 (patch) | |
tree | b2046e90625ac01b952cffad82f139cfb4c10439 /test/nagios/support | |
parent | 2822aff5c22fb79490fd82426d81e68813417543 (diff) |
nagios test: use support classes in soledad sync
Diffstat (limited to 'test/nagios/support')
-rw-r--r-- | test/nagios/support/user.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/nagios/support/user.py b/test/nagios/support/user.py index 8e49c4b..912de89 100644 --- a/test/nagios/support/user.py +++ b/test/nagios/support/user.py @@ -19,6 +19,7 @@ class User(): self.verify_server(auth) if not self.is_authenticated(): raise Exception('user is not authenticated') + return auth def init_authentication(self, api): uname, A = self.srp_user.start_authentication() |