Hello Everybody , I’m new in this forum though I use Robot Framework to implement testing in my company for a while now.
Recently , I have been using Rfswarm tool created by @damies13 in a POC to figure out if we could use it for the performance testing in my compagny.
I’m going to explain the environment used for the POC:
I installed rfswarm in a docker container on a linux image. So I succed to installed all the prerequesites to make the tool run correctly .
The agent and the manager GUI are in the same docker (I wonder if this isn’t the cause of my issue…).
The tool seems to run correctly and the agent seams to be correclty detected.
Before runing my robot test in the tool, I’ve already check that it works correctly and I’ve removed some exclude library to make the results displayed in the Run tab.
The thing is, when I run my robot test with a configuration of 2 Robots, a ramp up at 30 secondes and 10 mn Run I never manage to have Robot value incremented in the agent tab:
And the worst is I can’t find the robot’s execution “result.htm” log files , so it almost impossible for me to debug anything.
The robot test seems to run correctly till the end. I can find the : 20231027_154408_Scenario.db log file in the result repository but no files related to the robot tests execution.
So my question is , can anybody have already encounter the same issue?
What could be the reason why I can’t acces to the robot results files as the test seems to correctly run .
In the repository : :/tmp/rfswarmagent/scripts , I can see that my robot files and all his dependency are correclty loaded:
I can see this in the .json file as well :
{“StartTime”: 1698414263, “EndTime”: 1698414878, “Iteration”: 306, “Index”: “1”, “Robot”: “1”, “jobid”: “1_1_1698414263”, “Test”: “DICT API Get DSP list”}
{“StartTime”: 1698414278, “EndTime”: 1698414878, “Iteration”: 298, “Index”: “1”, “Robot”: “2”, “jobid”: “1_2_1698414278”, “Test”: “DICT API Get DSP list”}
Could anyone have any idea about this issue, please?
Thank you very much for your help.