From: Volker Lendecke Date: Fri, 17 Feb 2023 14:40:30 +0000 (+0100) Subject: tests: Move libsmb-basic to fileserver_smb1 environment X-Git-Tag: talloc-2.4.1~1572 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9301d8f2956409a6d36e7776d0237d03bfbdbf6;p=thirdparty%2Fsamba.git tests: Move libsmb-basic to fileserver_smb1 environment This has the lower-case share, used in the next commit Bug: https://bugzilla.samba.org/show_bug.cgi?id=15313 Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index f9346ae812e..476f59c8783 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -2106,6 +2106,7 @@ sub setup_fileserver_smb1 [global] client min protocol = CORE server min protocol = LANMAN1 + check parent directory delete on close = yes [hidenewfiles] path = $prefix_abs/share diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7eff1bb2469..2780d77ad07 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -535,7 +535,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-basic") +planpythontestsuite("fileserver_smb1", "samba.tests.libsmb-basic") planpythontestsuite("ad_member", "samba.tests.smb-notify", environ={'USERNAME':'$DC_USERNAME',