mirror of
https://github.com/samba-team/samba.git
synced 2025-01-03 01:18:10 +03:00
perftest: ndr_pack runs in none environment
This is worth changing, because having a server running in the background can only add noise to the results. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> BUG: https://bugzilla.samba.org/show_bug.cgi?id=15574
This commit is contained in:
parent
93e6ea4cff
commit
5fa6637665
@ -26,8 +26,8 @@ plantestsuite_loadlist("samba4.ldap.ad_dc_performance.python(ad_dc_ntvfs)",
|
||||
'--workgroup=$DOMAIN',
|
||||
'$LOADLIST', '$LISTOPT'])
|
||||
|
||||
plantestsuite_loadlist("samba4.ndr_pack_performance.python(ad_dc_ntvfs)",
|
||||
"ad_dc_ntvfs",
|
||||
plantestsuite_loadlist("samba4.ndr_pack_performance.python",
|
||||
"none",
|
||||
[python, os.path.join(samba4srcdir,
|
||||
"dsdb/tests/python/ndr_pack_performance.py"),
|
||||
'$SERVER', '-U"$USERNAME%$PASSWORD"',
|
||||
|
Loading…
Reference in New Issue
Block a user