Skip to content

Commit

Permalink
Skip systemctl status test for NUC
Browse files Browse the repository at this point in the history
Signed-off-by: Mariia Azbeleva <mariia.azbeleva@unikie.com>
  • Loading branch information
azbeleva committed Aug 14, 2024
1 parent 22226e7 commit dbd08b5
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Robot-Framework/test-suites/bat-tests/others.robot
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,14 @@ Check systemctl status
[Documentation] Verify systemctl status is running
[Tags] bat SP-T104 nuc orin-agx orin-nx riscv
[Setup] Connect
Verify Systemctl status
${status} ${output} Run Keyword And Ignore Error Verify Systemctl status
IF '${status}' == 'FAIL'
IF "NUC" in "${DEVICE}"
Skip "Known issue: SP-4632"
ELSE
FAIL ${output}
END
END
[Teardown] Close All Connections

Check all VMs are running
Expand Down

0 comments on commit dbd08b5

Please sign in to comment.