1、修改删除关键字,2、完善monitor用例,3、完善删除策略对象用例

This commit is contained in:
lyf
2021-04-27 18:25:53 +08:00
parent 7d7b3beeb1
commit 394154396c
3 changed files with 520 additions and 116 deletions

View File

@@ -44,9 +44,6 @@ DeletePolicyAndObjectAndApplicationAndSignature
#2020-09-01修改引用DeletePolicyAndGroupObject避免分别维护并兼容之前用例
Run Keyword If "${policyids}"=="${EMPTY}" log no policyids to del
... ELSE DeletePolicyNew ${policyids}
Run Keyword If "${objectids}"=="${EMPTY}" log no Objects to del
... ELSE DeleteObjectNew ${objectids}
Run Keyword If "${appids}"=="${EMPTY}" log no appids to del
... ELSE DeleteApplicationNew ${appids}
@@ -54,6 +51,8 @@ DeletePolicyAndObjectAndApplicationAndSignature
Run Keyword If "${signatureId}"=="${EMPTY}" log no appids to del
... ELSE DeleteSignatureNew ${signatureId}
Run Keyword If "${objectids}"=="${EMPTY}" log no Objects to del
... ELSE DeleteObjectNew ${objectids}
DeleteApplicationNew
[Arguments] ${appids}