summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
authorTim Beale <timbeale@catalyst.net.nz>2017-07-05 14:32:54 +1200
committerAndrew Bartlett <abartlet@samba.org>2017-09-26 00:41:16 +0200
commit8c56aa2c91c7946ef17b1eba6ed70ba9b5d0c16c (patch)
tree56dba788aee2fc9f600831e7f998da682407c741 /source4/selftest/tests.py
parent1a1c4ad71c268b143f59b7995099c63adf4ceda7 (diff)
downloadsamba-8c56aa2c91c7946ef17b1eba6ed70ba9b5d0c16c.tar.gz
selftest: Rename ntlmauth tests to ntlmdisabled
There are already some existing ntlm_auth tests, so the new tests I've added make things a bit confusing. Also, ntlmdisabled probably better reflects the specific case we're trying to test. Signed-off-by: Tim Beale <timbeale@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index c7150d05c14..cdc62cd362b 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -965,9 +965,9 @@ for env in [ "simpleserver", "fileserver", "nt4_dc", "ad_dc", "ad_dc_ntvfs", "ad
name="samba.tests.netlogonsvc.python(%s)" % env)
for env in [ "ktest", "ad_member", "ad_dc_no_ntlm" ]:
- planoldpythontestsuite(env, "ntlmauth",
+ planoldpythontestsuite(env, "ntlmdisabled",
extra_path=[os.path.join(srcdir(), 'python/samba/tests')],
- name="samba.tests.ntlmauth.python(%s)" % env)
+ name="samba.tests.ntlmdisabled.python(%s)" % env)
# Demote the vampire DC, it must be the last test each DC, before the dbcheck
for env in ['vampire_dc', 'promoted_dc', 'rodc']: