50 lines
2.6 KiB
Plaintext
50 lines
2.6 KiB
Plaintext
*** Settings ***
|
|
Test Teardown DeletePolicyAndObject ${policyIds} ${objectids}
|
|
Force Tags tsg_adc_wp adc_log security_policy
|
|
Library OperatingSystem
|
|
Resource ../../../02-Keyword/tsg_adc/SystemCommand.robot
|
|
Resource ../../../02-Keyword/tsg_bfapi/PolicyObject.robot
|
|
Resource ../../../02-Keyword/tsg_bfapi/LogVariable.robot
|
|
Resource ../../../05-Other/AllFlowCaseVariable.txt
|
|
Resource ../../../02-Keyword/tsg_adc/FileOperation.robot
|
|
Resource ../../../05-Other/AllFlowCaseVariable1.txt
|
|
|
|
*** Variables ***
|
|
${policyIds} ${EMPTY}
|
|
${objectids} ${EMPTY}
|
|
|
|
*** Test Cases ***
|
|
SecurityPolicy-Intercept-Http-00001
|
|
#删除对象
|
|
${objectids} set Variable ${intercept_http_objectId}
|
|
${objectids} Catenate SEPARATOR=, ${objectids} ${intercept_http_objectId1}
|
|
#删除策略
|
|
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${intercept_http_policyId}]}
|
|
${s} Convert to String ${intercept_http_policyId}
|
|
GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} http_host www.mydrivers.com
|
|
|
|
SecurityPolicy-Intercept-Http-00002
|
|
#删除对象
|
|
${objectids} set Variable ${intercept_http_objectId6}
|
|
#删除策略
|
|
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${intercept_http_policyId1}]}
|
|
${s} Convert to String ${intercept_http_policyId1}
|
|
GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} http_host mbzponton.org
|
|
|
|
SecurityPolicy-Intercept-Http-00003
|
|
#删除对象
|
|
${objectids} set Variable ${intercept_http_objectId2}
|
|
${objectids} Catenate SEPARATOR=, ${objectids} ${intercept_http_objectId3}
|
|
#删除策略
|
|
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${intercept_http_policyId1}]}
|
|
${s} Convert to String ${intercept_http_policyId1}
|
|
GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} http_host open.node.com
|
|
|
|
SecurityPolicy-Intercept-Http-00004
|
|
#删除对象
|
|
${objectids} set Variable ${intercept_http_objectId4}
|
|
${objectids} Catenate SEPARATOR=, ${objectids} ${intercept_http_objectId5}
|
|
#删除策略
|
|
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${intercept_http_policyId3}]}
|
|
${s} Convert to String ${intercept_http_policyId1}
|
|
GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} http_host zongheng.com |