Lines Matching refs:SSH

37 Verify Both Interfaces BMC IP Addresses Accessible Via SSH
38 [Documentation] Verify both interfaces (eth0, eth1) BMC IP addresses accessible via SSH.
176 Enable SSH Protocol Via Eth1 And Verify On Both Interfaces
177 [Documentation] Enable SSH protocol via eth1 and verify on both interfaces.
180 Set SSH Value Via Eth1 ${True}
181 # Check if SSH is really enabled via Redfish via eth1.
182 Verify SSH Protocol State Via Eth1 ${True}
183 # Check if SSH login and commands on SSH session work on both interfaces.
184 Verify SSH Login And Commands Work
185 Verify SSH Login And Commands Work ${OPENBMC_HOST_1}
187 Disable SSH Protocol Via Eth1 And Verify On Both Interfaces
188 [Documentation] Disable SSH protocol via eth1 and verify on both interfaces.
190 [Teardown] Set SSH Value Via Eth1 ${True}
192 Set SSH Value Via Eth1 ${False}
193 # Check if SSH is really disabled via Redfish via eth1.
194 Verify SSH Protocol State Via Eth1 ${False}
195 # Check if SSH login and commands fail on eth1.
197 ... Verify SSH Login And Commands Work ${OPENBMC_HOST_1}
200 ... msg=SSH Login and commands are working after disabling SSH via eth1.
202 # Check if SSH login and commands fail.
204 ... Verify SSH Login And Commands Work
207 ... msg=SSH Login and commands are working after disabling SSH.
325 Set SSH Value Via Eth1
326 [Documentation] Enable or disable SSH protocol via Eth1.
330 # enable_value Enable or disable SSH, e.g. (true, false).
333 ${data}= Create Dictionary SSH=${ssh_state}
342 Verify SSH Protocol State Via Eth1
343 [Documentation] Verify SSH protocol state via eth1.
347 # state Enable or disable SSH, e.g. (true, false)
350 Should Be Equal As Strings ${resp.dict['SSH']['ProtocolEnabled']} ${state}