summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2017-06-09 14:52:59 +0200
committerStefan Metzmacher <metze@samba.org>2017-06-13 22:46:14 +0200
commit0eb99bd9884c6dc0073fe4ab9074b99519c2594e (patch)
tree565b541cd5a2b81faca2129ae0b9836c0985a046 /selftest/tests.py
parentba4cabb74f9abf834ee50364fba98ba8c3e9dee3 (diff)
downloadsamba-0eb99bd9884c6dc0073fe4ab9074b99519c2594e.tar.gz
python/samba/tests: don't use hardcoded names in *pam_winbind* tests
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 5367fe35936..9033dd9a9a0 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -140,7 +140,8 @@ planpythontestsuite("none", "samba.tests.glue", py3_compatible=True)
if with_pam:
plantestsuite("samba.tests.pam_winbind", "ad_member",
- [os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"), valgrindify(python), pam_wrapper_so_path])
+ [os.path.join(srcdir(), "python/samba/tests/test_pam_winbind.sh"),
+ valgrindify(python), pam_wrapper_so_path, "$DOMAIN", "alice", "Secret007"])
if with_cmocka:
plantestsuite("samba.unittests.krb5samba", "none",