Closed yanne closed 10 years ago
Original comment by robotframework@gmail.com
on Jul 31, 2013.
This happens because Execute Command keyword executes the command in a new session. Thus changes to the session you've done earlier are not visible.
Original comment by lsy2...@163.com
on Aug 23, 2013.
Have a way to do that change the user in same session? At 2013-07-31 22:51:34,robotframework-sshlibrary@googlecode.com wrote:
Print the current user print self._ssh.execute_command("whoami")
The result is A, not root. Anyone meets the same problem? Thanks
This issue was originally opened at Google Code on Mar 14, 2013.