Lines Matching full:services
2 Documentation Find services and service agents on the system.
9 # Get the SLP services available, make it suite global.
17 ${service_path} /etc/slp/services
18 # SLP_SERVICES Services listed by slptool, by default Empty.
24 [Documentation] Find services supported by system.
42 [Documentation] Get SLP services.
64 @{services}= Split String ${remove_prefix} ${\n}
65 ${service_count}= Get Length ${services}
72 ... msg=Number of services on system & command are not equal.
74 FOR ${service} IN @{services}
75 Should Contain ${stdout} ${service} msg=Services on system & command are not same.