summaryrefslogtreecommitdiff
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2022-07-15 10:09:02 +0200
committerPavel Filipensky <pfilipensky@samba.org>2022-07-15 13:28:37 +0000
commit9923d50574c07764318234ace91ee3bab4a0a7dc (patch)
treeb38ff10850e7aba8d4144aac4a89e40ef864a343 /source3/selftest/tests.py
parent3f63393e5135f35967e5310d2d2e3dd129dd279c (diff)
downloadsamba-9923d50574c07764318234ace91ee3bab4a0a7dc.tar.gz
s4:torture: Rename rpc.samr.passwords tests
This way it is easier to select them with 'make test'. Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Pavel Filipenský <pfilipensky@samba.org>
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index fd168af4a15..a8f833d52a3 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -822,7 +822,7 @@ rpc = ["rpc.authcontext",
"rpc.samr",
"rpc.samr.users",
"rpc.samr.users.privileges",
- "rpc.samr.passwords",
+ "rpc.samr.passwords.default",
"rpc.samr.passwords.pwdlastset",
"rpc.samr.passwords.lockout",
"rpc.samr.passwords.badpwdcount",