summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2017-05-23 13:03:03 +1200
committerAndrew Bartlett <abartlet@samba.org>2017-05-25 02:25:13 +0200
commit468dc02e84fedbfae2b297f716cb60dec2981ed5 (patch)
tree7dee47c399df0f6bb510de336c5f522a26ffd926 /source4/selftest/tests.py
parent9444bbfe1829e25f772e05c1c3f3c5aa26a16105 (diff)
downloadsamba-468dc02e84fedbfae2b297f716cb60dec2981ed5.tar.gz
tests net_join: use private secrets database.
Tests were leaving entries in the secrets database that caused subsequent test cases to fail. Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 75ee6ec5afe..b9cdee9ec55 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -630,9 +630,12 @@ if have_jansson_support and have_heimdal_support:
extra_args=['-U"$USERNAME%$PASSWORD"'],
environ={'CLIENT_IP': '127.0.0.11',
'SOCKET_WRAPPER_DEFAULT_IFACE': 11})
-planoldpythontestsuite("ad_dc:local",
+planoldpythontestsuite("ad_dc",
"samba.tests.net_join_no_spnego",
extra_args=['-U"$USERNAME%$PASSWORD"'])
+planoldpythontestsuite("ad_dc",
+ "samba.tests.net_join",
+ extra_args=['-U"$USERNAME%$PASSWORD"'])
# Need to test the password hashing in multiple environments to ensure that
# all the possible options are covered
#