Revert "21.05版全流程case修改"

This reverts commit a7c9880278.
This commit is contained in:
hebingning
2021-05-17 09:50:56 +08:00
parent a7c9880278
commit c7edf5e738
96 changed files with 2193 additions and 3527 deletions

View File

@@ -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}