Lines Matching +full:firmware +full:- +full:name
5 ... 1. Set In Progress - param 0,
6 ... 2. System Firmware Version - param 1,
7 ... 3. System Name - param 2,
8 ... 4. Primary OS Name - param 3,
9 ... 5. OS Name - param 4,
10 ... 6. Present OS Version Number - param 5.
35 ... to set the set-in-progress and set complete state via IPMI,
39 # Set In Progress - set complete.
42 # Get System Info Parameter for param 0 - Set In Progress.
43 # Check if set-in-progress set to set complete.
45 # ${complete[0]} - parameter version.
46 # ${complete[1]} - Configuration parameter data,
50 # Set In Progress - set in progress.
53 # Get System Info Parameter for param 0 - Set In Progress.
54 # Check if set-in-progress set to set inprogress.
56 # ${inprogress[0]} - parameter version.
57 # ${inprogress[1]} - Configuration parameter data,
68 # Set the parameter 0 - Set_In_Progress to set in progress state.
70 # Get System Info Parameter for param 0 - Set In Progress.
71 # Check if set-in-progress set to set in progress.
73 # ${inprogress[0]} - parameter version.
74 # ${inprogress[1]} - Configuration parameter data,
81 # Since the param 0 - Set In Progress is volatile,
84 # ${state[0]} - parameter version.
85 # ${state[1]} - Configuration parameter data,
96 # Check if the Get System Info Parameter for param 0 - set in progress throws
108 # Check if the Set System Info Parameter for param 0 - set in progress throws
120 …# Check if the Set System Info Parameter for param 0 - set in progress throws error for invalid St…
126 Verify System Info System Firmware Version
127 [Documentation] Verify System Firmware Version of System Info Parameter via IPMI,
132 # i,e 16-byte block for system firmware name string data.
133 # data 1 - Encoding string type,
134 # data 2 - string length (in bytes, 1-based),
135 # data 3 to 16 - system firmware name string data - 14 bytes.
139 # Set the System Firmware Version of System Info Parameter.
140 Set System Firmware Version ${firmware_version}
141 # Get the response of System Firmware Version,
143 ${fw_version}= Get System Firmware Version
149 Verify Get System Info System Firmware Version With Invalid Data Length
150 …[Documentation] Verify Get System Info Parameter System Firmware Version via IPMI with extra byte…
154 # Check if the Get System Info Parameter for param 1 - System Firmware Version throws
161 Verify Set System Info System Firmware Version With Invalid Data Length
162 …[Documentation] Verify Set System Info Parameter System Firmware Version via IPMI with extra byte…
167 # i,e 16-byte block for system firmware name string data,
168 # data 1 - Encoding string type,
169 # data 2 - string length (in bytes, 1-based),
170 # data 3 to 16 - system firmware name string data - 14 bytes,
171 # data 17 - extra byte.
176 # Check if the Set System Info Parameter for param 1 - System Firmware Version throws
183 Verify System Info System Name
184 [Documentation] Verify System Name of System Info Parameter via IPMI by setting,
185 ... a random system name and verify whether it is updated as expected.
189 # i,e 16-byte block for system firmware name string data,
190 # data 1 - Encoding string type,
191 # data 2 - string length (in bytes, 1-based),
192 # data 3 to 16 - system firmware name string data - 14 bytes.
197 # Set System Name for System Info Parameter.
198 Set System Name ${system_name}
200 # Get the response of System Name,
202 ${sys_name}= Get System Name
208 Verify Get System Info System Name With Invalid Data Length
209 [Documentation] Verify Get System Info Parameter System Name via IPMI with extra bytes,
213 # Check if the Get System Info Parameter for param 2 - System Name throws error
220 Verify Set System Info System Name With Invalid Data Length
221 [Documentation] Verify Set System Info Parameter System Name via IPMI with extra bytes,
226 # i,e 16-byte block for system firmware name string data,
227 # data 1 - Encoding string type,
228 # data 2 - string length (in bytes, 1-based),
229 # data 3 to 16 - system firmware name string data - 14 bytes,
230 # data 17 - extra byte.
236 …# Check if the Set System Info Parameter for param 2 - System Name throws error for invalid reques…
242 Verify System Info Primary OS Name
243 [Documentation] Verify Primary OS Name of System Info Parameter via IPMI,
250 # Set Primary OS Name of System Info Parameter.
251 Set Primary OS Name ${os_name}
253 # Get Primary OS Name of System Info Parameter.
254 # Compare with the assigned os version name data.
255 ${pr_os}= Get Primary OS Name
261 Verify Get System Info Primary OS Name With Invalid Data Length
262 [Documentation] Verify Get System Info Parameter Primary OS Name via IPMI with extra bytes,
266 # Check if the Get System Info Parameter for param 3 - Primary OS Name throws
274 Verify Set System Info Primary OS Name With Invalid Data Length
275 [Documentation] Verify setting invalid os version name to Primary OS Name,
282 # data 1 - Encoding string type,
283 # data 2 - string length (in bytes, 1-based),
284 # data 3 to 16 - system firmware name string data - 14 bytes,
285 # Here 15 bytes so, data 17 - extra byte.
288 # Check if the Set System Info Parameter for param 3 - Primary OS Name throws error
296 Verify System Info OS Name
297 [Documentation] Verify setting valid os version to OS Name,
304 # Set OS Name of System Info Parameters.
305 Set OS Name ${os_name}
307 # Get the OS Name and compare against given os_version_name.
308 ${sysos}= Get OS Name
314 Verify System Info OS Name After BMC Reboot
315 [Documentation] Verify setting valid os version name for OS Name,
322 # Set OS Name of System Info Parameters.
323 Set OS Name ${os_name}
325 # Get the OS Name and compare against given os_version_name.
326 ${sysos}= Get OS Name
334 # Since OS Name is volatile,
335 # compare with response data of Get OS Name,
336 # with default OS Name.
337 ${sysos}= Get OS Name
342 Verify Get System Info OS Name With Invalid Data Length
343 [Documentation] Verify OS Name of Get System Info Parameter via IPMI,
347 …# Check if the Get System Info Parameter for param 4 - OS Name throws error for invalid request da…
353 Verify Set System Info OS Name With Invalid Data Length
354 [Documentation] Verify setting invalid os version name to OS Name,
361 # data 1 - Encoding string type,
362 # data 2 - string length (in bytes, 1-based),
363 # data 3 to 16 - system firmware name string data - 14 bytes,
364 # Here 15 bytes so, data 17 - extra byte.
367 …# Check if the Set System Info Parameter for param 4 - OS Name throws error for invalid request da…
385 # compare with response data of Get OS Name,
386 # with assigned os version name.
398 # Check if the Get System Info Parameter for param 5 - Present OS Version Number throws
414 # data 1 - Encoding string type,
415 # data 2 - string length (in bytes, 1-based),
416 # data 3 to 16 - system firmware name string data - 14 bytes,
417 # Here 15 bytes so, data 17 - extra byte.
420 # Check if the Set System Info Parameter for param 5 - Present OS Version Number throws
458 …[Documentation] Run Get system info parameter command for set-in-progress and return response dat…
460 # Get System Info Parameter for param 0 - Set In Progress.
472 # Set System Info Parameter for param 0 - Set In Progress.
473 # ${state} can be can be any - 00 | 01 | 10 | 11.
478 Get System Firmware Version
479 [Documentation] Run Get system info parameter command for system firmware version
482 # Get System Info Parameter for param 1 - System Firmware Version.
490 Set System Firmware Version
491 [Documentation] Set System Firmware Version for System Info with valid version.
494 # Set System Info Parameter for param 1 - System Firmware Version.
500 Get System Name
501 [Documentation] Run system info parameter command for system name and return response data.
503 # Get System Info Parameter for param 2 - System Name.
511 Set System Name
512 [Documentation] Set System Name for System Info with valid name.
515 # Set System Info Parameter for param 2 - System Name.
521 Get Primary OS Name
522 [Documentation] Run Get System Info command for primary OS name and return response data.
524 # Get System Info Parameter for param 3 - Primary OS Name.
532 Set Primary OS Name
533 [Documentation] Set Primary OS Name for System Info with valid os name.
536 # Set System Info Parameter for param 3 - Primary OS Name.
542 Get OS Name
543 [Documentation] Run get System Info command for OS name and return response data.
545 # Get System Info Parameter for param 4 - OS Name.
553 Set OS Name
554 [Documentation] Set OS Name for System Info with valid os name.
557 # Set System Info Parameter for param 4 - OS Name.
564 [Documentation] Run Get System Info command for present os version name and return response.
566 # Get System Info Parameter for param 5 - Present OS Version Number.
578 # Set System Info Parameter for param 5 - Present OS Version Number.
604 # Set In Progress - param 0.
606 # Configuration parameter data - 11 xx (xx can be any - 00 | 01 | 10 | 11).
611 # System Firmware Version - param 1.
612 ${resp}= Get System Firmware Version
613 # Configuration parameter data - 11 x1 x2 xx xx xx xx .. xx (xx - 14 bytes).
614 # x1 - encoding, x2 - string length in bytes.
622 # System Name - param 2.
623 ${resp}= Get System Name
624 # Configuration parameter data - 11 x1 x2 xx xx xx xx .. xx (xx - 14 bytes).
625 # x1 - encoding, x2 - string length in bytes.
633 # Primary OS Name - param 3.
634 ${resp}= Get Primary OS Name
635 # Configuration parameter data - 11 x1 x2 xx xx xx xx .. xx (xx - 14 bytes).
636 # x1 - encoding, x2 - string length in bytes.
644 # OS Name - param 4.
645 ${resp}= Get OS Name
646 # Configuration parameter data - 11 x1 x2 xx xx xx xx .. xx (xx - 14 bytes).
647 # x1 - encoding, x2 - string length in bytes.
655 # Present OS Version Number - param 5.
657 # Configuration parameter data - 11 x1 x2 xx xx xx xx .. xx (xx - 14 bytes).
658 # x1 - encoding, x2 - string length in bytes.
673 # Set In Progress - param 0.
676 # System Firmware Version - param 1.
679 # System Name - param 2.
682 # Primary OS Name - param 3.
685 # OS Name - param 4.
688 # Present OS Version Number - param 5.