Lines Matching +full:set +full:- +full:content
20 @{setinprogress} set-complete set-in-progress commit-write
26 Set SOL Enabled
31 ... sol set enabled true
41 Set SOL Disabled
46 ... sol set enabled false
60 Set Valid SOL Privilege Level
67 Set SOL Setting privilege-level ${item}
73 Set Invalid SOL Privilege Level
79 ... sol set privilege-level ${value}
83 Set Invalid SOL Retry Count
91 ... sol set retry-count ${value}
95 Set Invalid SOL Retry Interval
103 ... sol set retry-interval ${value}
107 Set Invalid SOL Character Accumulate Level
115 ... sol set character-accumulate-level ${value}
119 Set Invalid SOL Character Send Threshold
127 ... sol set character-send-threshold ${value}
142 # Content takes maximum of 10 minutes to display in SOL console
143 # SOL_BIOS_OUTPUT - BIOS SOL console output
145 ... Check IPMI SOL Output Content ${SOL_BIOS_OUTPUT}
152 # SOL_LOGIN_OUTPUT - SOL output login prompt
155 ... Check IPMI SOL Output Content ${SOL_LOGIN_OUTPUT}
165 Should Contain ${resp} SOL payload already de-activated
169 Set Valid SOL Retry Count
175 retry-count 0 7
178 Set Valid SOL Retry Interval
184 retry-interval 0 255
187 Set Valid SOL Character Accumulate Level
193 character-accumulate-level 1 255
196 Set Valid SOL Character Send Threshold
202 character-send-threshold 0 255
234 Set Valid SOL Non Volatile Bit Rate
235 [Documentation] Verify ability to set valid SOL non-volatile bit rate.
240 # Set valid non-volatile-bit-rate from SOL Info.
243 ... sol set non-volatile-bit-rate ${bit_rate}
248 Set Invalid SOL Non Volatile Bit Rate
249 [Documentation] Verify ability to set invalid SOL non-volatile bit rate.
252 # Set Invalid non-volatile-bit-rate from SOL Info.
254 ... Run External IPMI Standard Command sol set non-volatile-bit-rate ${invalid_bit_rate}
260 Set Valid SOL Volatile Bit Rate
261 [Documentation] Verify ability to set valid SOL volatile bit rate.
266 # Set valid volatile-bit-rate from SOL Info.
269 ... sol set volatile-bit-rate ${bit_rate}
274 Set Invalid SOL Volatile Bit Rate
275 [Documentation] Verify ability to set invalid SOL volatile bit rate.
278 # Set invalid volatile-bit-rate from SOL Info.
280 ... Run External IPMI Standard Command sol set volatile-bit-rate ${invalid_bit_rate}
286 Verify SOL Set In Progress
287 [Documentation] Verify ability to set the set in-progress data for SOL.
289 [Teardown] Run Keywords Set SOL Setting set-in-progress set-complete
292 # Set the param 0 - set-in-progress from SOL Info.
294 Run Keyword Run External IPMI Standard Command sol set set-in-progress ${prog}
295 # Get the param 0 - set-in-progress from SOL Info and verify.
296 ${set_inprogress_state}= Get SOL Setting Set in progress
303 Check IPMI SOL Output Content
304 [Documentation] Check if SOL has given content.
308 # data Content which need to be checked(e.g. Petitboot, ISTEP).
309 # file_path The file path on the local machine to check SOL content.
310 # By default it check SOL content from log/sol_<BMC_IP>.
320 # setting_name Setting to verify (e.g. "retry-count").
327 # Character accumulate level setting is set in multiples of 5.
328 # Retry interval setting is set in multiples of 10.
331 ${expected_value}= Set Variable If
332 ... '${setting_name}' == 'character-accumulate-level' Evaluate ${value}*5
333 ... ELSE IF '${setting_name}' == 'retry-interval' Evaluate ${value}*10
334 ... ELSE Set Variable ${value}
336 Set SOL Setting ${setting_name} '${value}'
338 # Replace "-" with space " " in setting name.
339 # E.g. "retry-count" to "retry count"
340 ${setting_name}= Evaluate $setting_name.replace('-',' ')
360 # Content takes maximum of 10 minutes to display in SOL console
361 # SOL_BIOS_OUTPUT - BIOS SOL console output
363 ... Check IPMI SOL Output Content ${SOL_BIOS_OUTPUT}
370 # SOL_LOGIN_OUTPUT - SOL output login prompt
373 ... Check IPMI SOL Output Content ${SOL_LOGIN_OUTPUT}
393 Set SOL Setting enabled true
394 Set SOL Setting retry-count 7
395 Set SOL Setting retry-interval 10
396 Set SOL Setting character-accumulate-level 20
397 Set SOL Setting character-send-threshold 1
398 Set SOL Setting privilege-level user