summaryrefslogtreecommitdiff
path: root/service/test/load
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2016-02-02 13:03:59 -0300
committerVictor Shyba <victor.shyba@gmail.com>2016-02-02 13:03:59 -0300
commit86dda5a3cac7951c9dd037c439782e00dcee96bd (patch)
tree74ebdad2522447ad89de1dfaa378ec17ee797e69 /service/test/load
parent076271c99cbfd5ad2fef1ca3e6fcd6902d9f346b (diff)
remove commented line
Diffstat (limited to 'service/test/load')
-rw-r--r--service/test/load/locustfile.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/service/test/load/locustfile.py b/service/test/load/locustfile.py
index 7aca10e5..9a83933f 100644
--- a/service/test/load/locustfile.py
+++ b/service/test/load/locustfile.py
@@ -29,7 +29,6 @@ class UserBehavior(TaskSet):
def _get_or_create_user(self, number):
srp_auth = SRPAuth(LEAP_SERVER_HOST, os.path.expanduser(LEAP_VERIFY_CERTIFICATE))
username, password = ('loadtest%d' % number), ('password_%d' % number)
-# username, password = 'loadtest123', 'asdfasdf'
try:
srp_auth.authenticate(username, password)
except SRPAuthenticationError: