Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium
New issue 587 by gdwarner: Remote module to load librarys remotely
http://code.google.com/p/robotframework/issues/detail?id=587
I've modified the remote library to use the local libraries and eliminate
the need to put libraries on the remote machine. Libraries are then
transfered over xmlrpm and loaded on the remote machine.
Here is the technique that was used:
http://code.activestate.com/recipes/305277-import-modules-from-a-remote-server/
If this 'enhancement request' gets accepted, I can share my patch.