Updates:
        Status: Invalid

Comment #1 on issue 1035 by pekka.klarck: Execute Command not executing or starting an application and or shell script that starts an application
http://code.google.com/p/robotframework/issues/detail?id=1035

I close this issue as invalid for two reasons:
1) This is a wrong issue tracker for SSHLibrary issues which has its own tracker at http://code.google.com/p/robotframework-sshlibrary/. 2) This isn't really a bug report or enhancement request but rather a question. Questions belong to robotframework-users mailing list or, if you happen to work for NSN, to internal Robot support mailing list.

About your problem: My guess is that the problem is related to Execute Command just executing the requested command on the system and then closing the connection. If your idea is to keep the started application running, you need to start it as a service so that closing the connection is fine. Alternatively you may be able to use Write keyword.

Reply via email to