Lines Matching refs:conf_file

319     FOR  ${conf_file}  IN  @{file_name}
320 ${file_exist}= Run Keyword And Return Status OperatingSystem.File Should Exist ${conf_file}
321 Run Keyword If 'True' == '${file_exist}' Remove File ${conf_file}
336 FOR ${conf_file} IN @{match_conf_file_list}
337 ${file_exist}= Run Keyword And Return Status OperatingSystem.File Should Exist ${conf_file}
338 Run Keyword If 'True' == '${file_exist}' Remove File ${conf_file}
351 FOR ${conf_file} IN @{file_name}
352 @{words}= Split String ${conf_file} -
353 Run dd if=/dev/zero of=${conf_file} bs=${words}[-0] count=1
354 OperatingSystem.File Should Exist ${conf_file}
367 FOR ${conf_file} IN @{file_name}
372 ${resp}= DELETE On Session openbmc /ibm/v1/Host/ConfigFiles/${conf_file} &{data}
429 FOR ${conf_file} IN @{file_name}
431 ${image_data}= OperatingSystem.Get Binary File ${path}${conf_file}
436 … ${resp}= PUT On Session openbmc /ibm/v1/Host/ConfigFiles/${conf_file} &{kwargs} timeout=10
453 FOR ${conf_file} IN @{file_name}
455 ... ls -l /var/lib/bmcweb/ibm-management-console/configfiles/${conf_file} | wc -l
602 FOR ${conf_file} IN @{file_name}
603 ${resp}= GET On Session openbmc /ibm/v1/Host/ConfigFiles/${conf_file}
609 Should Be Equal As Strings ${Partition_file_data["Data"]} ${content_dict['${conf_file}']}
624 FOR ${conf_file} IN @{file_name}
625 ${index}= Get Index From List ${file_name} ${conf_file}
628 Run echo "${content-${index}}" > ${conf_file}
629 OperatingSystem.File Should Exist ${conf_file}
631 Set To Dictionary ${content_dict} ${conf_file} ${content-${index}}