mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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>
This commit is contained in:
parent
62ea6ae8c9
commit
a9301d8f29
@ -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
|
||||
|
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user