Lines Matching refs:services
3 ... services needed for functioning on BMC.
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}
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
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.
100 Fail msg=All the given services have incorrect auto-restart policy.
103 …Run Keyword And Continue On Failure Fail msg=Listed services are having incorrect auto-restart p…
106 # This will get process id and check the service active state before killing the services.
107 # If service process id was 0 or service was not in active state then those services will get
109 # Only services with process ID and in active state get killed and checked whether
141 Fail msg=All the services were either not started or not in active state by default.
144 Fail msg=Few listed services were either not started or not in active state by default.