mirror of
https://github.com/akuker/RASCSI.git
synced 2024-11-22 16:33:17 +00:00
Cleanup test procedure to allow service to be inactive OR failed
This commit is contained in:
parent
6333d3aad5
commit
aec10b45ef
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user