Skip to content

Commit

Permalink
Cleanup test procedure to allow service to be inactive OR failed
Browse files Browse the repository at this point in the history
  • Loading branch information
akuker committed Apr 5, 2021
1 parent 6333d3a commit aec10b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/robot/Resources/linux_services.resource
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The ${service_name} Service Should be Running
The ${service_name} Service Should be Stopped
${lc_service_name}= Convert To Lower Case ${service_name}
${output}= Execute Command systemctl status ${lc_service_name}
Should Contain ${output} Active: failed ignore_case=True
Should Contain Any ${output} Active: failed Active: inactive ignore_case=True

The ${service_name} Service is Stopped
${lc_service_name}= Convert To Lower Case ${service_name}
Expand Down

0 comments on commit aec10b4

Please sign in to comment.