From 5fa663766548eac2cc5932ae03d03b79ad1751b5 Mon Sep 17 00:00:00 2001 From: Douglas Bagnall Date: Fri, 5 Jan 2024 13:19:39 +1300 Subject: [PATCH] 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 Reviewed-by: Andrew Bartlett BUG: https://bugzilla.samba.org/show_bug.cgi?id=15574 --- selftest/perf_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/selftest/perf_tests.py b/selftest/perf_tests.py index 2aed9deded9..cfbbf0e056e 100644 --- a/selftest/perf_tests.py +++ b/selftest/perf_tests.py @@ -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"',