diff --git a/tests/00_traefik.robot b/tests/00_traefik.robot index de5a1f7..41868ed 100644 --- a/tests/00_traefik.robot +++ b/tests/00_traefik.robot @@ -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