Lines Matching +full:library +full:- +full:sel
4 ... command. IPMI raw command will use dbus-send command
10 Library String keyword
11 Library var_funcs.py keyword
12 Library ipmi_client.py keyword
13 Library ../lib/bmc_ssh_utils.py keyword
16 ${dbusHostIpmicmd1}= dbus-send --system ${OPENBMC_BASE_URI}HostIpmi/1
22 ${IPMI_INBAND_CMD}= ipmitool -C ${IPMI_CIPHER_LEVEL} -N ${IPMI_TIMEOUT} -p ${IPMI_PORT}
23 ${HOST}= -H
40 # -C=3, -I=lanplus, etc.). Currently, only
64 # -C=3, -I=lanplus, etc.). Currently, only
93 ... ${IPMITOOL_PATH} -I dbus ${command} return_stdout=True
100 [Documentation] Run the raw IPMI command in-band.
123 [Documentation] Run the standard IPMI command in-band.
156 # "-vvv"), it will be pre-pended to this
162 # -C=3, -I=lanplus, etc.).
178 # that keyword's prolog for argument details. This keyword will pre-pend
244 ... <byte:seq-id> <byte:netfn> <byte:lun> <byte:cmd>
261 ${length}= Evaluate ${length} - 1
274 # Equivalent dbus-send argument for smaller IPMI raw command:
318 Import Library SCPLibrary WITH NAME scp
401 ... sel info U=${username} P=${password}
402 Should Contain ${output} SEL Information msg=SEL information not present
521 [Documentation] Delete all non-root IPMI user.
536 Create SEL
537 [Documentation] Create a SEL.
540 # Create a SEL.
545 …# obtained from Sensor Type field in - ipmitool sdr get "sensor_name".
549 … # obtained from Sensor ID field in - ipmitool sdr get "sensor_name".
558 Should Not Contain ${resp} 00 00 msg=SEL not created.
593 # obtained sensor name from - 'ipmitool sensor' command.
602 ... case-insensitive
629 # date_format Date format of the result. E.g. %Y-%m-%d %H:%M:%S etc.
637 Remove From List ${date} -2
646 Get SEL Info Via IPMI
647 [Documentation] Get the SEL Info via IPMI raw command
649 # Get SEL Info response consist of 14 bytes of hexadecimal data.
651 # Byte 1 - SEL Version,
652 # Byte 2 & 3 - Entry bytes - LSB MSB,
653 # Byte 4 & 5 - Free Space in bytes, LS Byte first.
654 # Byte 6 - 9 - Most recent addition timestamp,
655 # Byte 10-13 - Most recent erase timestamp,
656 # Byte 14 - Operation Support
672 # ${ipmi_cmd} - IPMI raw cmd with invalid data length.
673 # ${error_code} - Expected error code e.g 0xc7, 0xcc.