blob: 18bf3643456fb56911f02b8ba9692ed8a2c672c4 [file] [log] [blame]
*** Settings ***
Documentation Set metadata for test suite.
Library SSHLibrary
Resource ../../lib/connection_client.robot
Resource ../../lib/rest_client.robot
Resource ../../lib/utils.robot
Resource ../../lib/code_update_utils.robot
Suite Setup Log System Driver Data
*** Keywords ***
Log System Driver Data
[Documentation] Log system driver information.
Open Connection And Log In
${output} ${stderr}= Execute Command grep ^VERSION_ID= /etc/os-release
... return_stderr=True
Should Be Empty ${stderr}
Log ${output}
${software}= Get Host Software Objects Details
Log ${software}
${bmc_model}= Get BMC System Model
Log BMC Model=${bmc_model}