@@ -1,5 +1,5 @@
|
||||
*** Settings ***
|
||||
Test Teardown DeletePolicyAndObject1 ${policyIds} ${objectids} ${url} ${profiledId} ${categoryIds}
|
||||
Test Teardown DeletePolicyAndObject1 ${policyIds} ${objectids} ${url} ${profiledId}
|
||||
Force Tags tsg_adc_wp adc_log proxy_policy
|
||||
Library OperatingSystem
|
||||
Resource ../../../02-Keyword/tsg_adc/SystemCommand.robot
|
||||
@@ -14,14 +14,11 @@ ${policyIds} ${EMPTY}
|
||||
${objectids} ${EMPTY}
|
||||
${url} /v1/policy/profile/insertscripts
|
||||
${profiledId} ${EMPTY}
|
||||
${categoryIds} ${EMPTY}
|
||||
|
||||
*** Test Cases ***
|
||||
Proxy-Policy-insert-00001
|
||||
#删除文件
|
||||
${profiledId} set Variable ${insert_profileId}
|
||||
#删除category
|
||||
${categoryIds} set Variable ${insert_categoryId}
|
||||
#删除对象
|
||||
${objectids} set Variable ${insert_objectId}
|
||||
${objectids} Catenate SEPARATOR=, ${objectids} ${insert_objectId39}
|
||||
|
||||
Reference in New Issue
Block a user