diff --git a/01-TestCase/tsg_adc/multi_step/c_Deny_Ftp_Tests.robot b/01-TestCase/tsg_adc/multi_step/c_Deny_Ftp_Tests.robot new file mode 100644 index 0000000..9252b62 --- /dev/null +++ b/01-TestCase/tsg_adc/multi_step/c_Deny_Ftp_Tests.robot @@ -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