From 468dc02e84fedbfae2b297f716cb60dec2981ed5 Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Tue, 23 May 2017 13:03:03 +1200 Subject: 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 Reviewed-by: Garming Sam Reviewed-by: Andrew Bartlett --- source4/selftest/tests.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'source4/selftest') 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 # -- cgit v1.2.1