From 8f93c8e4e000e8fcd117594cb6acdfdd2561f415 Mon Sep 17 00:00:00 2001 From: damies13 Date: Sun, 25 Feb 2024 16:05:14 +1000 Subject: [PATCH] try running agent from pip installed executable Issue #178 --- Tests/Regression/Agent/CommandLine.robot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Tests/Regression/Agent/CommandLine.robot b/Tests/Regression/Agent/CommandLine.robot index 50179fc9e..cfbdc3a96 100644 --- a/Tests/Regression/Agent/CommandLine.robot +++ b/Tests/Regression/Agent/CommandLine.robot @@ -9,13 +9,15 @@ Random Offset Agent Version [Tags] ubuntu-latest macos-latest windows-latest - ${result}= Run python3 ${EXECDIR}${/}rfswarm_agent${/}rfswarm_agent.py -v + # ${result}= Run python3 ${EXECDIR}${/}rfswarm_agent${/}rfswarm_agent.py -v + ${result}= Run rfswarm-agent -v Log to console ${\n}${result} Should Contain ${result} Version Should Contain ${result} Agent Agent Help [Tags] ubuntu-latest macos-latest windows-latest - ${result}= Run python3 ${EXECDIR}${/}rfswarm_agent${/}rfswarm_agent.py -h + # ${result}= Run python3 ${EXECDIR}${/}rfswarm_agent${/}rfswarm_agent.py -h + ${result}= Run rfswarm-agent -h Log to console ${\n}${result} Should Contain ${result} AGENTNAME