Lines Matching +full:documentation +full:- +full:service

2 Documentation        Test to discover the BMC. Before running suit,
24 Discover BMC With Different Service Type
25 [Documentation] Discover all the BMC with different service type support.
27 [Template] Discover BMC With Service Type
29 # Service type
35 [Documentation] Discover BMC before and after reboot.
39 # Service type
45 [Documentation] BMC should be discoverable in next reboot even after disabling Avahi daemon.
49 # Service type skip
55 [Documentation] Discover BMC, when firmware update occurs for same release.
59 # Service type Service type status
64 [Documentation] Discover BMC, when firmware update occurs for different release.
68 # Service type Service type status
73 [Documentation] Discover BMC fail, when firmware update occurs for different release.
77 # Service type Service type status
82 [Documentation] Discover BMC, when Host boot in progress.
86 # Service type Service type
92 [Documentation] Do the suite setup.
103 [Documentation] To check for avahi-tools package.
106 # avahi-tools-0.6.31-19.el7.x86_64
108 ${command}= Set Variable rpm -qa | grep avahi-tools
111 Should Contain ${resp_rpm} avahi-tools ignore_case=True msg=avahi-tools is not available.
114 Discover BMC With Service Type
115 [Documentation] To get the discovered BMC list.
119 # service_type BMC service type e.g.
120 # (REST Service = _obmc_rest._tcp, Redfish Service = _obmc_redfish._tcp).
124 # [service]: _obmc_XXXX._tcp
130 # [service]: _obmc_XXXX._tcp
136 … ${resp_service} ${stderr}= Execute Command avahi-browse -rt ${service_type} return_stderr=True
145 [Documentation] Verify the existence of BMC record from list of BMC records.
149 # service_type BMC service type e.g.
150 # (REST Service = _obmc_rest._tcp, Redfish Service = _obmc_redfish._tcp).
152 ${bmc_list}= Discover BMC With Service Type ${service_type}
159 [Documentation] Discover BMC After reboot.
163 # service_type BMC service type e.g.
164 # (REST Service = _obmc_rest._tcp, Redfish Service = _obmc_redfish._tcp).
170 IF '${skip}' == 'True' Set AvahiDaemon Service command=stop
172 Verify AvahiDaemon Service Status message=start
179 [Documentation] Update the BMC firmware via redfish interface and verify the bmc version
198 [Documentation] Discover BMC, After code update.
202 # service_type BMC service type e.g.
203 # (REST Service = _obmc_rest._tcp, Redfish Service = _obmc_redfish._tcp).
219 [Documentation] Discover BMC, when host boot in progress.
223 # service_type BMC service type e.g.
224 # (REST Service = _obmc_rest._tcp, Redfish Service = _obmc_redfish._tcp).