Ugh
Command line automation is possible. I would be also looking to the Process library direction, but it depends heavily what kind of automation you are looking for. Do you have Robot Framework installed on the machine, where you run the commands, or do need to use telnet or SSH first to login in the machine. Do your command line actually displayed an UI where there are menus and stuff or are they more like command line commands, example dir or ls, which do not contain state.
All the above is possible, the Process and Telnet are standard libraries in Robot Framework. There is also a SSH[1] library available. Also looking to the remote library direction[2] could be useful.
The best answer which I can give you: try stuff out, fail fast and try something else.
-Tatu
[1] https://github.com/robotframework/SSHLibrary
[2] http://robotframework.org/robotframework/latest/RobotFrameworkUserGuide.html#remote-library-interface
--
You received this message because you are subscribed to the Google Groups "robotframework-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robotframework-u...@googlegroups.com.
To post to this group, send email to robotframe...@googlegroups.com.
Visit this group at https://groups.google.com/group/robotframework-users.
For more options, visit https://groups.google.com/d/optout.
--