Update Allow_Http_Tests.robot

This commit is contained in:
姬巍川
2020-04-21 19:31:08 +08:00
parent 9d95497aab
commit a238045f49

View File

@@ -14,7 +14,7 @@ ${objectids} ${EMPTY}
*** Test Cases ***
SecurityPolicy-Allow-Http-00001
[Tags] ip Selfserver Intercept HTTP
[Tags] ip Selfserver Allow HTTP
Comment 创建目标IP
${objectDict} Create Dictionary objectType=ip isValid=${1} addItemList=CIDR|192.168.100.5|32|0/0
${rescode} ${objectId} AddObject2 ${1} ${objectDict}
@@ -39,7 +39,7 @@ SecurityPolicy-Allow-Http-00001
GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} http_host open.node.com
SecurityPolicy-Allow-Http-00002
[Tags] Selfserver Intercept HTTP ip+cat右匹配
[Tags] Selfserver Allow HTTP ip+cat右匹配
Comment 创建目标IP
${objectDict} Create Dictionary objectType=ip isValid=${1} addItemList=CIDR|192.168.100.5|32|0/0
${rescode} ${objectId} AddObject2 ${1} ${objectDict}
@@ -68,7 +68,7 @@ SecurityPolicy-Allow-Http-00002
GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} http_host open.node.com
SecurityPolicy-Allow-Http-00003
[Tags] Selfserver Intercept HTTP ip+fqdn完整匹配
[Tags] Selfserver Allow HTTP ip+fqdn完整匹配
Comment 创建目标IP
${objectDict} Create Dictionary objectType=ip isValid=${1} addItemList=CIDR|192.168.100.5|32|0/0
${rescode} ${objectId} AddObject2 ${1} ${objectDict}