Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-06-20 | tests: support non-localhost HOSTIP for dict/smb servers | Stephan Szabo | |
smbserver.py/dictserver.py were explicitly using localhost/127.0.0.1 for binding the server which when we were running the tests with a separate HOSTIP and CLIENTIP had failures verifying the server from the device we were testing. This changes them to take the address from runtests.py and default to localhost/127.0.0.1 if none is given. Closes #4048 | |||
2017-07-04 | test1451: add SMB support to the testbed | Max Dymond | |
Add test 1451 which does some very basic SMB testing using the impacket SMB server. Closes #1630 |