Update Allow_Http_Tests.robot
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user