1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

selftest: Move samba.tests.lsa_string to none environment, it does not contact a server

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2018-08-17 09:31:48 +12:00
parent da6530d9d1
commit 3d2baa9c95

View File

@ -762,7 +762,7 @@ planoldpythontestsuite("fl2000dc:local",
"samba.tests.encrypted_secrets", "samba.tests.encrypted_secrets",
extra_args=['-U"$USERNAME%$PASSWORD"']) extra_args=['-U"$USERNAME%$PASSWORD"'])
planpythontestsuite("ad_dc_ntvfs:local", planpythontestsuite("none",
"samba.tests.lsa_string", "samba.tests.lsa_string",
py3_compatible=True) py3_compatible=True)