Lines Matching +full:set +full:- +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
51 100-file
60 500KB-file
61 2000KB-file
62 10000KB-file
63 25000KB-file
73 99-file ${HTTP_BAD_REQUEST} 0 ${MINIMUM_FILE_SIZE_MESSAGE}
83 25001KB-file ${HTTP_BAD_REQUEST} 0 ${MAXIMUM_FILE_SIZE_MESSAGE}
92 250KB-file,500KB-file
102 15000KB-file ${HTTP_OK} 1 ${FILE_UPLOAD_MESSAGE}
103 16000KB-file ${HTTP_BAD_REQUEST} 0 ${MAXIMUM_DIR_SIZE_MESSAGE}
104 25000KB-file ${HTTP_OK} 1 ${FILE_UPLOAD_MESSAGE}
105 100-file ${HTTP_BAD_REQUEST} 0 ${MAXIMUM_DIR_SIZE_MESSAGE}
114 500KB-file
123 500KB-file
132 500KB-file
141 500KB-file
150 250KB-file,500KB-file
154 [Documentation] Upload partition file to BMC using Redfish and verify the content.
159 testfile01-file False
160 testfile01-file,testfile02-file False
164 [Documentation] Upload partition file to BMC using Redfish and verify the content after reboot.
169 testfile01-file True
170 testfile01-file,testfile02-file True
174 [Documentation] Upload partition file to BMC using Redfish and verify the content.
176 [Template] Redfish Update Partition File With Different Content
179 testfile01-file False
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
188 testfile01-file True
192 [Documentation] Upload partition file to BMC using Redfish and verify the content.
194 [Template] Redfish Update Partition File With Same Content
197 testfile01-file False
206 testfile01-file
224 500KB-file operator_user TestPwd123 Operator
233 500KB-file operator_user TestPwd123 Operator
242 500KB-file
252 50KB-testfilesavfile ${HTTP_OK} ${FILE_UPLOAD_MESSAGE}
253 50KB-testsaveareafile ${HTTP_BAD_REQUEST} ${MAXIMUM_FILE_NAME_MESSAGE}
263 1KB-*filename ${HTTP_BAD_REQUEST} ${UNSUPPORTED_FILE_NAME_MESSAGE}
264 1KB-!filename ${HTTP_BAD_REQUEST} ${UNSUPPORTED_FILE_NAME_MESSAGE}
265 1KB-@filename ${HTTP_BAD_REQUEST} ${UNSUPPORTED_FILE_NAME_MESSAGE}
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
274 testfile01-file True
328 ... of “-file” then partition file gets deleted.
331 … ${match_conf_file_list}= Get Matches ${conf_file_list} regexp=.*-file case_insensitive=${True}
352 @{words}= Split String ${conf_file} -
353 Run dd if=/dev/zero of=${conf_file} bs=${words}[-0] count=1
369 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
370 Set To Dictionary ${data} headers ${headers}
390 ${headers}= Create Dictionary X-Auth-Token=${XAUTH_TOKEN}
391 Set To Dictionary ${data} headers ${headers}
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
435 Set To Dictionary ${kwargs} headers ${headers}
455 ... ls -l /var/lib/bmcweb/ibm-management-console/configfiles/${conf_file} | wc -l
466 # file_size By Default is set to EMPTY,
493 # response_message By default is set to EMPTY,
555 ${before_reboot_xauth_token}= Set Variable ${XAUTH_TOKEN}
557 Set Global Variable ${XAUTH_TOKEN} ${before_reboot_xauth_token}
578 ${before_reboot_xauth_token}= Set Variable ${XAUTH_TOKEN}
580 Set Global Variable ${XAUTH_TOKEN} ${before_reboot_xauth_token}
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}
657 ${before_reboot_xauth_token}= Set Variable ${XAUTH_TOKEN}
661 Set Global Variable ${XAUTH_TOKEN} ${before_reboot_xauth_token}
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}
692 ${before_reboot_xauth_token}= Set Variable ${XAUTH_TOKEN}
696 Set Global Variable ${XAUTH_TOKEN} ${before_reboot_xauth_token}
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}
726 ${before_reboot_xauth_token}= Set Variable ${XAUTH_TOKEN}
730 Set Global Variable ${XAUTH_TOKEN} ${before_reboot_xauth_token}
736 ${content_dict}= Add Content To Files ${Partition_file_list} ${1}
739 Verify Redfish Partition File Content ${Partition_file_list} ${content_dict} ${HTTP_OK}
753 Set Test Variable ${file_name} rangefile
755 Append To List ${file_name_list} 1KB-file${count}