Lines Matching full:length
23 Validate IPMI Response Length
24 [Documentation] Check ipmi response length.
33 ${rsp_length}= Get Length ${ipmi_cmd_rsp_list[2:]}
34 ${string_length}= Get Response Length In Hex ${rsp_length}
42 ... msg=Id string length in ipmi response is showing wrongly
71 # Verify number of bytes that was set and id string length are same.
72 ${string_length}= Get Response Length In Hex ${random_int}
75 ... msg=Number of bytes that was set and id string length are not same.
77 # Verify ID String Length and data.
87 ${rsp_length}= Get Length ${ipmi_cmd_rsp_list[2:]}
88 ${string_length}= Get Response Length In Hex ${rsp_length}
91 ... msg=Id string length in ipmi response is showing wrongly
121 ${no_of_bytes_to_write}= Get Response Length In Hex ${bytes_to_write}
150 ${number_of_bytes_to_write}= Get Response Length In Hex ${number_of_random_string}
172 Get Response Length In Hex
173 [Documentation] Get response length in hex.
176 ${length}= Convert To Hex ${resp_length}
177 ${length_1}= Get Length ${length}
179 ... '${length_1}' == '1' 0${length}
180 ... '${length_1}' != '1' ${length}