forked from p34709852/monkey
Agent: added a todo to assess smb connection timeout
This commit is contained in:
parent
afc43ae806
commit
af9736a8ea
|
@ -19,6 +19,7 @@ class SmbTools(object):
|
|||
def copy_file(
|
||||
host, src_path, dst_path, username, password, lm_hash="", ntlm_hash="", timeout=60
|
||||
):
|
||||
# TODO assess the 60 second timeout
|
||||
# monkeyfs has been removed. Fix this in issue #1741
|
||||
# assert monkeyfs.isfile(src_path), "Source file to copy (%s) is missing" % (src_path,)
|
||||
|
||||
|
|
Loading…
Reference in New Issue