summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 50927ae9965..175b56cd1d8 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -139,7 +139,11 @@ plantestsuite(
planpythontestsuite("none", "samba.tests.glue", py3_compatible=True)
if with_pam:
- plantestsuite("samba.tests.pam_winbind", "ad_member",
+ plantestsuite("samba.tests.pam_winbind(local)", "ad_member",
+ [os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"),
+ valgrindify(python), pam_wrapper_so_path,
+ "$SERVER", "$USERNAME", "$PASSWORD"])
+ plantestsuite("samba.tests.pam_winbind(domain)", "ad_member",
[os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"),
valgrindify(python), pam_wrapper_so_path,
"$DOMAIN", "$DC_USERNAME", "$DC_PASSWORD"])