summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2020-10-21 10:09:22 +0200
committerAndreas Schneider <asn@cryptomilk.org>2020-10-29 14:19:37 +0000
commit9a3ba502d8193b25799ef92917efafd52de2e8c2 (patch)
treec2552366475ed4e0a957e5370646b41cb5cb4d06 /selftest
parent7d54e4b49c235dc571f47d15e6b0a6fa63340773 (diff)
downloadsamba-9a3ba502d8193b25799ef92917efafd52de2e8c2.tar.gz
python:tests: Add SAMR password change tests for fips
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org>
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index adcb5b53189..86cab3f8046 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -93,6 +93,8 @@ planpythontestsuite(
os.path.join(samba4srcdir, "..", "third_party", "waf")])
planpythontestsuite("fileserver", "samba.tests.smbd_fuzztest")
planpythontestsuite("nt4_dc_smb1", "samba.tests.dcerpc.binding")
+for env in [ 'ad_dc:local', 'ad_dc_fips:local' ]:
+ planpythontestsuite(env, "samba.tests.dcerpc.samr_change_password")
def cmdline(script, *args):