Lines Matching +full:- +full:- +full:valid +full:- +full:-
20 @{setinprogress} set-complete set-in-progress commit-write
60 Set Valid SOL Privilege Level
61 [Documentation] Verify valid SOL's privilege level via IPMI.
67 Set SOL Setting privilege-level ${item}
79 ... sol set privilege-level ${value}
91 ... sol set retry-count ${value}
103 ... sol set retry-interval ${value}
115 ... sol set character-accumulate-level ${value}
127 ... sol set character-send-threshold ${value}
143 # SOL_BIOS_OUTPUT - BIOS SOL console output
150 # SOL_LOGIN_OUTPUT - SOL output login prompt
164 Should Contain ${resp} SOL payload already de-activated
168 Set Valid SOL Retry Count
169 [Documentation] Verify valid SOL's retry count via IPMI.
173 # Setting name Min valid value Max valid value
174 retry-count 0 7
177 Set Valid SOL Retry Interval
178 [Documentation] Verify valid SOL's retry interval via IPMI.
182 # Setting name Min valid value Max valid value
183 retry-interval 0 255
186 Set Valid SOL Character Accumulate Level
187 [Documentation] Verify valid SOL's character accumulate level via IPMI.
191 # Setting name Min valid value Max valid value
192 character-accumulate-level 1 255
195 Set Valid SOL Character Send Threshold
196 [Documentation] Verify valid SOL's character send threshold via IPMI.
200 # Setting name Min valid value Max valid value
201 character-send-threshold 0 255
233 Set Valid SOL Non Volatile Bit Rate
234 [Documentation] Verify ability to set valid SOL non-volatile bit rate.
239 # Set valid non-volatile-bit-rate from SOL Info.
242 ... sol set non-volatile-bit-rate ${bit_rate}
248 [Documentation] Verify ability to set invalid SOL non-volatile bit rate.
251 # Set Invalid non-volatile-bit-rate from SOL Info.
253 ... Run External IPMI Standard Command sol set non-volatile-bit-rate ${invalid_bit_rate}
255 # Compares whether valid values are displayed.
259 Set Valid SOL Volatile Bit Rate
260 [Documentation] Verify ability to set valid SOL volatile bit rate.
265 # Set valid volatile-bit-rate from SOL Info.
268 ... sol set volatile-bit-rate ${bit_rate}
277 # Set invalid volatile-bit-rate from SOL Info.
279 ... Run External IPMI Standard Command sol set volatile-bit-rate ${invalid_bit_rate}
281 # Compares whether valid values are displayed.
286 [Documentation] Verify ability to set the set in-progress data for SOL.
288 [Teardown] Run Keywords Set SOL Setting set-in-progress set-complete
291 # Set the param 0 - set-in-progress from SOL Info.
293 Run Keyword Run External IPMI Standard Command sol set set-in-progress ${prog}
294 # Get the param 0 - set-in-progress from SOL Info and verify.
319 # setting_name Setting to verify (e.g. "retry-count").
320 # min_value min valid value for given setting.
321 # max_value max valid value for given setting.
331 ... '${setting_name}' == 'character-accumulate-level' Evaluate ${value}*5
332 ... ELSE IF '${setting_name}' == 'retry-interval' Evaluate ${value}*10
337 # Replace "-" with space " " in setting name.
338 # E.g. "retry-count" to "retry count"
339 ${setting_name}= Evaluate $setting_name.replace('-',' ')
360 # SOL_BIOS_OUTPUT - BIOS SOL console output
367 # SOL_LOGIN_OUTPUT - SOL output login prompt
392 Set SOL Setting retry-count 7
393 Set SOL Setting retry-interval 10
394 Set SOL Setting character-accumulate-level 20
395 Set SOL Setting character-send-threshold 1
396 Set SOL Setting privilege-level user