Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 110 by [email protected]: Re-login scenarion for SSHClient is not working
http://code.google.com/p/robotframework-sshlibrary/issues/detail?id=110

Environment:
- SSHLibrary version: 2.0.2
- Used interpreter: Python 2.7.6
- Operating system: Debian 6.0.7 x64

The scenario is very simple and steps are as follow:

client = SSHClient('127.0.0.1', prompt='$ ')
client.login('user', 'pass')
client.execute_command('ls')
client.close()
client.login('user', 'pass')

SSHClient is not able to establish connection because of empty data - no prompt received.


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to