Open embetrix opened 2 years ago
I did install all the robot framework libraries used on the host on the agent
On host:
pip3 list | grep robot
robotframework 5.0.1
robotframework-fritzhomelibrary 1.3.0
robotframework-remoterunner 2.0.0
robotframework-scplibrary 1.2.0
robotframework-seriallibrary 0.4.3
robotframework-sshlibrary 3.8.0
On Agent:
root@raspberrypi:~# pip3 list | grep robot
robotframework 5.0.1
robotframework-fritzhomelibrary 1.3.0
robotframework-remoterunner 2.0.0
robotframework-scplibrary 1.2.0
robotframework-seriallibrary 0.4.3
robotframework-sshlibrary 3.8.0
it looks like the problem is located at
it expect that the Library is a file which is NOT in case of using a robotframework library it's a folder.
would be possible to add libraries from robotframwork ? without that I think this extension is seriously limited !
I commented that line and it worked since the libraries are installed on both agent and host.
This is definitely a Bug that should be fixed
running a simple test remotely on an agent seems to be working
But a son as any Library is involved this does absolutely not work!!!