Lines Matching +full:rx +full:- +full:input
64 [Documentation] Verify supported PLDM version for oem-ibm type.
67 ${pldm_cmd}= Evaluate $CMD_GETPLDMVERSION % 'oem-ibm'
102 ${pldm_output}= Pldmtool base GetPLDMTypes -v
104 Should Contain ${pldm_output} pldmtool: Rx:
106 ${pldm_output}= Pldmtool bios GetDateTime -v
108 Should Contain ${pldm_output} pldmtool: Rx:
116 # pldmtool raw -d 0x80 0x00 0x04
118 # pldmtool: Rx: 00 00 04 00 1d 00 00 00 00 00 00 80
129 # pldmtool raw -d 0x80 0x00 0x04 -v
131 # pldmtool: Rx: 00 00 04 00 1d 00 00 00 00 00 00 80
133 ${pldm_output}= Pldmtool ${PLDM_GET_PLDM_TYPES_RAW_CMD} -v
142 # pldmtool raw -d 0x80 0x00 0x00 -v
144 # pldmtool: Rx: 00 00 00 05
146 ${pldm_output}= Pldmtool ${PLDM_RAW_CMD_INVALID} -v
153 [Documentation] Verify GetPLDMCommands for given input pldm type with expected pldm cmds.
158 # '0' -> base, '2' -> platform, '3' -> 'bios', '4' -> 'fru'
159 # '63' -> oem-ibm.
165 ${pldm_output}= Pldmtool base GetPLDMCommands -t ${pldm_type}