summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2023-02-17 15:40:30 +0100
committerJule Anger <janger@samba.org>2023-04-11 15:09:09 +0000
commit9af15e1737f2ec4e3096ad8d6aebabe4b3c31a8c (patch)
tree36b5d3032d5e630cfdd31ec76f3c9cfbd3ad2b0b
parent188d598c1d8cf3067c26ddb50ef13c511e67d6ae (diff)
downloadsamba-9af15e1737f2ec4e3096ad8d6aebabe4b3c31a8c.tar.gz
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 <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit a9301d8f2956409a6d36e7776d0237d03bfbdbf6)
-rwxr-xr-xselftest/target/Samba3.pm1
-rwxr-xr-xsource4/selftest/tests.py2
2 files changed, 2 insertions, 1 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index fec50961617..c8fe925a948 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 9f303614613..052058383f7 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-basic")
+planpythontestsuite("fileserver_smb1", "samba.tests.libsmb-basic")
planpythontestsuite("ad_member", "samba.tests.smb-notify",
environ={'USERNAME':'$DC_USERNAME',