Skip to content

Commit

Permalink
try running agent from pip installed executable
Browse files Browse the repository at this point in the history
Issue #178
  • Loading branch information
damies13 committed Feb 25, 2024
1 parent 650ae6f commit 8f93c8e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Tests/Regression/Agent/CommandLine.robot
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8f93c8e

Please sign in to comment.