Lines Matching full:content

34 ${content-1}                        Sample Content to test partition file upload
35 ... Sample Content to test partition file upload
36 ... Sample Content to test partition file upload
37 ${content-2} Sample Content to test partition file upload after reboot
38 ... Sample Content to test partition file upload after reboot
39 ... Sample Content to test partition file upload after reboot
154 [Documentation] Upload partition file to BMC using Redfish and verify the content.
164 [Documentation] Upload partition file to BMC using Redfish and verify the content after reboot.
174 [Documentation] Upload partition file to BMC using Redfish and verify the content.
176 [Template] Redfish Update Partition File With Different Content
183 …[Documentation] Upload partition file to BMC using Redfish and verify the content after the reboo…
185 [Template] Redfish Update Partition File With Different Content
192 [Documentation] Upload partition file to BMC using Redfish and verify the content.
194 [Template] Redfish Update Partition File With Same Content
269 …[Documentation] Upload partition file to BMC using Redfish and verify the content after the reboo…
271 [Template] Redfish Update Partition File With Same Content
430 # Get the content of the file and upload to BMC.
432 … ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN} Content-Type=application/octet-stream
596 Verify Redfish Partition File Content
597 [Documentation] Verify partition file content.
602 # content_dict Dict contain the content.
616 Add Content To Files
617 [Documentation] Add defined content in partition file.
631 Run echo "${content-${index}}" > ${conf_file}
634 Set To Dictionary ${content_dict} ${conf_file} ${content-${index}}
641 [Documentation] Read partition file content.
649 ${content_dict}= Add Content To Files ${Partition_file_list}
655 Verify Redfish Partition File Content ${Partition_file_list} ${content_dict} ${HTTP_OK}
665 Verify Redfish Partition File Content ${Partition_file_list} ${content_dict} ${HTTP_OK}
677 Redfish Update Partition File With Same Content
678 [Documentation] Update partition file with same content.
686 ${content_dict}= Add Content To Files ${Partition_file_list} ${0}
690 Verify Redfish Partition File Content ${Partition_file_list} ${content_dict} ${HTTP_OK}
702 ${content_dict}= Add Content To Files ${Partition_file_list} ${0}
705 Verify Redfish Partition File Content ${Partition_file_list} ${content_dict} ${HTTP_OK}
711 Redfish Update Partition File With Different Content
712 [Documentation] Update partition file with different content.
720 ${content_dict}= Add Content To Files ${Partition_file_list} ${0}
724 Verify Redfish Partition File Content ${Partition_file_list} ${content_dict} ${HTTP_OK}
736 ${content_dict}= Add Content To Files ${Partition_file_list} ${1}
739 Verify Redfish Partition File Content ${Partition_file_list} ${content_dict} ${HTTP_OK}