From: Volker Lendecke Date: Wed, 19 Oct 2022 08:59:17 +0000 (+0200) Subject: tests: Rename python/samba/tests/libsmb.py X-Git-Tag: talloc-2.4.0~627 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4638eebae8af6a1348ab7534d00a81789694bda5;p=thirdparty%2Fsamba.git tests: Rename python/samba/tests/libsmb.py samba/libsmb.py will become a common file to do the library initialization for our tests. We already have two copies in smb3unix.py and libsmb.py, and there might be more soon. Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/python/samba/tests/libsmb.py b/python/samba/tests/libsmb-basic.py similarity index 100% rename from python/samba/tests/libsmb.py rename to python/samba/tests/libsmb-basic.py diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index c92105586a7..1ef3553e1ee 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -532,7 +532,7 @@ for t in smbtorture4_testsuites("dlz_bind9."): # The dlz_bind9 tests needs to look at the DNS database plansmbtorture4testsuite(t, "chgdcpass:local", ["ncalrpc:$SERVER", '-U$USERNAME%$PASSWORD']) -planpythontestsuite("nt4_dc_smb1", "samba.tests.libsmb") +planpythontestsuite("nt4_dc_smb1", "samba.tests.libsmb-basic") planpythontestsuite("ad_member", "samba.tests.smb-notify", environ={'USERNAME':'$DC_USERNAME',