mirror of
https://github.com/samba-team/samba.git
synced 2025-03-24 10:50:22 +03:00
wintest: Give the Windows VM a little more time to start back up
This commit is contained in:
parent
de2bb2a7f8
commit
61ccb465db
@ -865,7 +865,7 @@ RebootOnCompletion=No
|
||||
self.info('Testing smbclient')
|
||||
self.chdir('${PREFIX}')
|
||||
self.cmd_contains("bin/smbclient --version", ["${SAMBA_VERSION}"])
|
||||
self.retry_cmd('bin/smbclient -L ${WIN_HOSTNAME} -U%s%%%s %s' % (username, password, args), ["IPC"])
|
||||
self.retry_cmd('bin/smbclient -L ${WIN_HOSTNAME} -U%s%%%s %s' % (username, password, args), ["IPC"], retries=60, delay=5)
|
||||
|
||||
def test_net_use(self, vm, realm, domain, username, password):
|
||||
self.setwinvars(vm)
|
||||
|
Loading…
x
Reference in New Issue
Block a user