DenyHttpcase调整
This commit is contained in:
@@ -4,9 +4,9 @@ Library OperatingSystem
|
||||
Library RequestsLibrary
|
||||
Library Selenium2Library
|
||||
Library Collections
|
||||
Resource ../../../02-Keyword/tsg_bfapi/common.robot
|
||||
Resource ../../../02-Keyword/tsg_bfapi/apirequest.robot
|
||||
Resource ../../../03-Variable/bifangapivariable.txt
|
||||
Resource ../../../02-Keyword/tsg_bfapi/Common.robot
|
||||
Resource ../../../02-Keyword/tsg_bfapi/ApiRequest.robot
|
||||
Resource ../../../03-Variable/Bifangapivariable.txt
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
@@ -68,7 +68,7 @@ CreatePolicyFile2
|
||||
${header} Run Keyword If ${header}==[] Set Variable ${value}
|
||||
... ELSE Get From List ${header} 0
|
||||
|
||||
${binFile} Evaluate open(r"${path}/${filePath}${fileName}",'rb')
|
||||
${binFile} Evaluate open(r"${filePath}${fileName}",'rb')
|
||||
${fileDict} Create Dictionary file=${binFile}
|
||||
${requestData} Create Dictionary name="file" filename="${fileName}" Content-Type=application/octet-stream
|
||||
${suffix} Generate Random String
|
||||
|
||||
Reference in New Issue
Block a user