Lines Matching full:services
3 ... services needed for functioning on BMC.
20 Verify OpenBMC Services Auto Restart Policy
21 [Documentation] Kill active services and expect auto restart.
23 # The services listed below restart policy should be "always"
27 @{services}=
33 FOR ${SERVICE} IN @{services}
38 Kill Services And Expect Service Restart
62 Kill The List Of Services And Expect Killed Service Gets Restarted
63 [Documentation] Kill the given services and expect again services get restarted automatically.
66 # Create a list of services in respective server model python file
68 # Example of creating a list of services in their respective server model python file
69 # SERVICES = {
78 # Creating an list of services which needs to be validated.
80 ${services}= Get Service Restart Policy Services ${OPENBMC_MODEL}
81 ${service_list}= Get From Dictionary ${services} BMC_SERVICES
85 # If incorrect those services will be appended to incorrect_auto_restart_policy_services list
86 # Proper restart policy services will be appended to auto_restart_policy_always_services list.
99 ... Fail msg=All the given services have incorrect auto-restart policy.
102 …... Run Keyword And Continue On Failure Fail msg=Listed services are having incorrect auto-re…
104 # This will get process id and check the service active state before killing the services.
105 # If service process id was 0 or service was not in active state then those services will get
107 # Only services with process ID and in active state get killed and checked whether
136 …... Run Keywords Log ${service_not_started} AND Fail msg=All the services were either not …
138 …... Run Keywords Log ${service_not_started} AND Fail msg=Few listed services were either n…