Upload New File

This commit is contained in:
姬巍川
2020-06-24 18:52:32 +08:00
parent 47af8e1f32
commit 5dbe11312a

View File

@@ -0,0 +1,59 @@
*** 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-Deny-ftp-00001
[Tags] 字串匹配
#删除对象
${objectids} set Variable ${deny_ftp_objectId}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId1}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId2}
#删除策略
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${deny_ftp_policyId}]}
${s} Convert to String ${deny_ftp_policyId}
GetLogList security_event_log ${deny_ftp_starttime} ${deny_ftp_endtime} ${testClentIP} ${s} ftp_account ftp_user
SecurityPolicy-Deny-ftp-00002
[Tags] 右匹配
#删除对象
${objectids} set Variable ${deny_ftp_objectId3}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId4}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId5}
#删除策略
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${deny_ftp_policyId1}]}
${s} Convert to String ${deny_ftp_policyId1}
GetLogList security_event_log ${deny_ftp_starttime1} ${deny_ftp_endtime1} ${testClentIP} ${s} ftp_account ftp_user
SecurityPolicy-Deny-ftp-00003
[Tags] 完整匹配
#删除对象
${objectids} set Variable ${deny_ftp_objectId6}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId7}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId8}
#删除策略
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${deny_ftp_policyId2}]}
${s} Convert to String ${deny_ftp_policyId2}
GetLogList security_event_log ${deny_ftp_starttime2} ${deny_ftp_endtime2} ${testClentIP} ${s} ftp_account ftp_user
SecurityPolicy-Deny-ftp-00004
[Tags] 左匹配
#删除对象
${objectids} set Variable ${deny_ftp_objectId9}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId10}
${objectids} Catenate SEPARATOR=, ${objectids} ${deny_ftp_objectId11}
#删除策略
${policyIds} Create List {"policyType":"tsg_security","policyIds":[${deny_ftp_policyId3}]}
${s} Convert to String ${deny_ftp_policyId3}
GetLogList security_event_log ${deny_ftp_starttime3} ${deny_ftp_endtime3} ${testClentIP} ${s} ftp_account ftp_user