mirror of
https://github.com/samba-team/samba.git
synced 2025-03-30 06:50:24 +03:00
wintest: s3 moved smb.conf to /etc
This commit is contained in:
parent
81ddb83943
commit
97859d1ce8
@ -102,7 +102,7 @@ def test_smbclient(t):
|
||||
def create_shares(t):
|
||||
t.info("Adding test shares")
|
||||
t.chdir('${PREFIX}')
|
||||
t.write_file("lib/smb.conf", '''
|
||||
t.write_file("etc/smb.conf", '''
|
||||
[test]
|
||||
path = ${PREFIX}/test
|
||||
read only = no
|
||||
@ -122,7 +122,7 @@ def prep_join_as_member(t, vm):
|
||||
child = t.open_telnet("${WIN_HOSTNAME}", "administrator", "${WIN_PASS}", set_time=True)
|
||||
t.get_ipconfig(child)
|
||||
t.del_files(["var", "private"])
|
||||
t.write_file("lib/smb.conf", '''
|
||||
t.write_file("etc/smb.conf", '''
|
||||
[global]
|
||||
netbios name = ${HOSTNAME}
|
||||
log level = ${DEBUGLEVEL}
|
||||
|
Loading…
x
Reference in New Issue
Block a user