Skip to content

Commit

Permalink
Move connection, add tag
Browse files Browse the repository at this point in the history
Signed-off-by: Mariia Azbeleva <[email protected]>
  • Loading branch information
azbeleva committed Nov 8, 2023
1 parent cfa6949 commit f090fe6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion Robot-Framework/resources/ssh_keywords.resource
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ Connect
Verify Systemctl status
[Arguments] ${range}=60
[Documentation] Check is systemctl running with given loop ${range}
[Setup] Connect
${start_time}= Get Time epoch
FOR ${i} IN RANGE ${range}
${output}= Execute Command systemctl status
Expand Down
3 changes: 2 additions & 1 deletion Robot-Framework/test-suites/bat-tests/others.robot
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Check QSPI version

Check systemctl status
[Documentation] Verify systemctl status is running
[Tags] bat nuc orin-agx orin-nx
[Tags] bat SP-T104 nuc orin-agx orin-nx
[Setup] Connect
Verify Systemctl status
[Teardown] Close All Connections

0 comments on commit f090fe6

Please sign in to comment.