Skip to content

Commit

Permalink
tests: update Traefik's service tests
Browse files Browse the repository at this point in the history
The test was based on an old implementation, before the introduction of
the `runagent` command.
  • Loading branch information
Amygos committed Aug 5, 2024
1 parent bfcd8f8 commit a7b1db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/00_traefik.robot
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Library SSHLibrary

*** Test Cases ***
Check if traefik service is loaded correctly
${output} ${rc} = Execute Command ssh -o StrictHostKeyChecking=no traefik1@localhost systemctl --user show --property=LoadState traefik
${output} ${rc} = Execute Command runagent -m traefik1 systemctl --user show --property=LoadState traefik
... return_rc=True
Should Be Equal As Integers ${rc} 0
Should Be Equal As Strings ${output} LoadState=loaded

0 comments on commit a7b1db2

Please sign in to comment.