Skip to content

Commit

Permalink
debug 1
Browse files Browse the repository at this point in the history
issue #171
  • Loading branch information
damies13 committed Feb 14, 2024
1 parent 8f5d860 commit 2791e97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Tests/Regression/Agent/ºBugs.robot
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ Resource ºCommon.robot
*** Test Cases ***
Issue #171
[Tags] ubuntu-latest windows-latest macos-latest
Run Agent
@{agnt_options}= Create List -g 1
Run Agent @{agnt_options}
Log to console ${CURDIR}
${scenariofile}= Normalize Path ${CURDIR}${/}..${/}..${/}Demo${/}demo.rfs
Log to console ${scenariofile}
@{mngr_options}= Create List -s ${scenariofile} -n
@{mngr_options}= Create List -g 1 -s ${scenariofile} -n
Run Manager CLI ${mngr_options}
Wait For Manager
Show Log stdout_manager.txt
Expand Down

0 comments on commit 2791e97

Please sign in to comment.