Commit c01bbf39 authored by Jérome Perrin's avatar Jérome Perrin

scalability_test: make scalabilityUsers valid python code

I'm not sure if this is used, but not being valid python code cause
problems with code analysis tools
parent 8148bdab
Pipeline #20334 failed with stage
in 0 seconds
# Specify user login/password used to run the tests.
# <password> and <user_quantity> will be automatically replaced by testnode for each configuration
user_tuple = tuple([('scalability_user_%i' % x, "<password>") for x in range(0, <user_quantity>)])
\ No newline at end of file
user_tuple = tuple([('scalability_user_%i' % x, "<password>") for x in range(0, int('<user_quantity>'))])
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