summaryrefslogtreecommitdiff
path: root/source4/scripting/devel/speedtest.py
AgeCommit message (Expand)AuthorFilesLines
2018-12-14PY3: change shebang to python3 in source4/scripting dirJoe Guo1-1/+1
2018-08-24PEP8: fix E713: test for membership should be 'not in'Joe Guo1-1/+1
2018-08-24PEP8: fix E305: expected 2 blank lines after class or function definition, fo...Joe Guo1-0/+1
2018-08-24PEP8: fix E302: expected 2 blank lines, found 1Joe Guo1-0/+3
2018-08-24PEP8: fix E231: missing whitespace after ','Joe Guo1-1/+1
2018-08-24PEP8: fix E226: missing whitespace around arithmetic operatorJoe Guo1-3/+3
2018-08-24PEP8: fix E202: whitespace before ')'Joe Guo1-9/+9
2018-08-24PEP8: fix E201: whitespace after '('Joe Guo1-9/+9
2018-05-12s4/scripting/devel: py2/py3 compatability always decode result of b64encodeNoel Power1-1/+1
2018-03-23s4/scripting: convert print func to be py2/py3 compatibleNoel Power1-12/+13
2014-11-22speedtest: Use samba.tests.subunitrun.Jelmer Vernooij1-14/+4
2014-11-19speedtest: Create and run a single testsuite, should easy migration to regula...Jelmer Vernooij1-8/+8
2011-02-02s4-python Ensure we add the Samba python path first.Andrew Bartlett1-1/+1
2010-12-15s4-tests: Added a speedtest for LDAP search operations with different accounts.Nadezhda Ivanova1-11/+67
2010-11-25s4-tests: Modified speedtest.py to use samba.tests.delete_forceNadezhda Ivanova1-8/+3
2010-11-11s4:speedtest.py - use "unicodePwd" for setting user's passwordMatthias Dieter Wallnöfer1-1/+2
2010-11-11s4:speedtest.py - remove duplicated codeMatthias Dieter Wallnöfer1-2/+0
2010-11-11s4:speedtest.py - fix script name in the help textMatthias Dieter Wallnöfer1-2/+2
2010-11-11s4:speedtest.py - make it executableMatthias Dieter Wallnöfer1-0/+0
2010-11-04Speed test with user objectsZahari Zahariev1-0/+191