From d9a7e9ba89479722986d7a85b973d374e88b5d03 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E9=91=AB?= Date: Mon, 29 Jun 2020 17:13:05 +0800 Subject: [PATCH] Revert "Fixes CHON-12" This reverts commit 992434f7f879933e548e6b9d1aee963a62551de8 --- 02-Keyword/tsg_bfapi/policy_object/Policy.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-Keyword/tsg_bfapi/policy_object/Policy.robot b/02-Keyword/tsg_bfapi/policy_object/Policy.robot index c9f5767..aa96408 100644 --- a/02-Keyword/tsg_bfapi/policy_object/Policy.robot +++ b/02-Keyword/tsg_bfapi/policy_object/Policy.robot @@ -119,7 +119,7 @@ ImportPolicy #查询已经导入的非内置策略的数量 ${totalExists} GetPolicyTotal 2 ${calTotal} Evaluate ${totalNum} + ${totalExists} - #jira CHON-12导入限制需求支持1 + #jira CHON-12导入限制需求支持 Run Keyword If ${calTotal}>1000000 Fail 当前已经存在策略条数${totalExists},待导入条数${totalNum},总数超过100万条! ${binFile} Evaluate (r'import_policy.json',open(r"${path}/${filePath}/${fileName}",'rb'),'application/json') Log ${binFile}