python:tests: Add SAMR password change tests for fips
[iboukris/samba-autobuild/.git] / selftest / tests.py
index adcb5b531890d316d2a5b7d65f048997f1b24dde..86cab3f8046087a824f4d0ff551f8447b19366b4 100644 (file)
@@ -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):