Home
last modified time | relevance | path

Searched refs:convert_lsb_to_msb (Results 1 – 2 of 2) sorted by relevance

/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_sdr.robot154 ${reservation_id}= Get Reservation ID convert_lsb_to_msb=True
157 ${new_reservation_id}= Get Reservation ID convert_lsb_to_msb=True
228 [Arguments] ${add_prefix}=False ${convert_lsb_to_msb}=False
235 # convert_lsb_to_msb If True will convert the reservation ID from LSB first to MSB first.
244 ... ELSE IF ${convert_lsb_to_msb}
/openbmc/openbmc-test-automation/lib/
H A Dutilities.py296 def convert_lsb_to_msb(string): function