Comment #9 on issue 587 by eileen.ly.wei: Remote module to load librarys
remotely
http://code.google.com/p/robotframework/issues/detail?id=587
Hi Greg,
This is what I have tried -
1. From http://bitbucket.org/gdw2/robot-framework I did "get source" zip,
then unzip the folder to D:\robot-framework-c024ad337e52
2. Copy
D:\robot-framework-c024ad337e52\robot-framework\src\robot\libraries\RemoteB.py
to C:\Python27\Lib\site-packages\robot\libraries
3. Copy
D:\robot-framework-c024ad337e52\robot-framework\tools\remoteserver\robotremoteserverB.py
to my remote Win7 machine
4. In the remote machine command window
>python robotremoteserverB.py vmw1223-w71 (Note that vmw1223-w71 is the
remote machine name)
5. In the local machine I created new_remote_tests.html as attached. Note
that I have created c:\Test\TestFiles directory in the remote machine and
added a few files to it.
6. Here is what I got when running the test from the local system (Win7):
pybot new_remote_tests.html
c:\python27\lib\site-packages\robot\libraries\remoteb.py(113)remote_import()
-> raise
(Pdb)
What went wrong?
Thanks,
Eileen
Attachments:
new_remote_tests.html 3.3 KB