@@ -1,5 +1,5 @@
|
||||
*** Settings ***
|
||||
Test Teardown DeletePolicyAndObject ${policyIds} ${objectids} ${categoryIds}
|
||||
Test Teardown DeletePolicyAndObject ${policyIds} ${objectids}
|
||||
Force Tags tsg_adc_wp adc_log security_policy
|
||||
Library OperatingSystem
|
||||
Resource ../../../02-Keyword/tsg_adc/SystemCommand.robot
|
||||
@@ -12,7 +12,6 @@ Resource ../../../05-Other/AllFlowCaseVariable1.txt
|
||||
*** Variables ***
|
||||
${policyIds} ${EMPTY}
|
||||
${objectids} ${EMPTY}
|
||||
${categoryIds} ${EMPTY}
|
||||
|
||||
*** Test Cases ***
|
||||
SecurityPolicy-Allow-Ssl-00001
|
||||
@@ -28,8 +27,6 @@ SecurityPolicy-Allow-Ssl-00002
|
||||
#删除对象
|
||||
${objectids} set Variable ${allow_ssl_objectId1}
|
||||
${objectids} Catenate SEPARATOR=, ${objectids} ${allow_ssl_objectId3}
|
||||
#删除category
|
||||
${categoryIds} set Variable ${allow_ssl_categoryId}
|
||||
#删除策略
|
||||
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${allow_ssl_policyId1}]}
|
||||
${s} Convert to String ${allow_ssl_policyId1}
|
||||
|
||||
Reference in New Issue
Block a user