21.05版全流程case修改

This commit is contained in:
hebingning
2021-05-17 09:44:02 +08:00
parent f19afa9f91
commit a7c9880278
96 changed files with 3527 additions and 2193 deletions

View File

@@ -1,5 +1,5 @@
*** Settings ***
Test Teardown DeletePolicyAndObject ${policyIds} ${objectids}
Test Teardown DeletePolicyAndObject ${policyIds} ${objectids} ${categoryIds}
Force Tags tsg_adc_wp adc_log security_policy
Library OperatingSystem
Resource ../../../02-Keyword/tsg_adc/SystemCommand.robot
@@ -12,12 +12,14 @@ Resource ../../../05-Other/AllFlowCaseVariable1.txt
*** Variables ***
${policyIds} ${EMPTY}
${objectids} ${EMPTY}
${categoryIds} ${EMPTY}
*** Test Cases ***
SecurityPolicy-Intercept-Ssl-00001
#删除对象
${objectids} set Variable ${intercept_ssl_objectId}
${objectids} Catenate SEPARATOR=, ${objectids} ${intercept_ssl_objectId1}
#删除category
${categoryIds} set Variable ${intercept_ssl_categoryId}
#删除策略
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${intercept_ssl_policyId}]}
${s} Convert to String ${intercept_ssl_policyId}