From 6a373444a7ca0dff70f3096b8c3a4a2dbd0f3774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=AC=E5=B7=8D=E5=B7=9D?= Date: Tue, 16 Jun 2020 11:46:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=88=A0=E9=99=A4=E6=96=87?= =?UTF-8?q?=E4=BB=B6=E5=85=B3=E9=94=AE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../policy_file_interface/FunctionalKeywords.robot | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/02-Keyword/tsg_bfapi/policy_file_interface/FunctionalKeywords.robot b/02-Keyword/tsg_bfapi/policy_file_interface/FunctionalKeywords.robot index 9538d5f..ca7f17e 100644 --- a/02-Keyword/tsg_bfapi/policy_file_interface/FunctionalKeywords.robot +++ b/02-Keyword/tsg_bfapi/policy_file_interface/FunctionalKeywords.robot @@ -237,3 +237,12 @@ CreateRequest Log add operation:${msg} Log profileId:${profileId} [Return] ${response} +DeletePolicyFile1 + [Arguments] ${url} ${profileId} + #删除文件 + log todeleteobj + ${response} BaseDeleteRequest ${url} {"profileIds":[${profileId}]} + ${response_code} Get From Dictionary ${response} code + Should Be Equal As Strings ${response_code} 200 + ${response} Convert to String ${response} + log ${response}