From eee0a5656e42474fd2706334833604a90b1e39b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=AC=E5=B7=8D=E5=B7=9D?= Date: Mon, 18 May 2020 15:37:05 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=89=A7=E8=A1=8C=E5=91=BD?= =?UTF-8?q?=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tsg_adc/selfserver/Api_Security/Deny_DNS_Tests.robot | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/01-TestCase/tsg_adc/selfserver/Api_Security/Deny_DNS_Tests.robot b/01-TestCase/tsg_adc/selfserver/Api_Security/Deny_DNS_Tests.robot index 682268e..4bd2bd6 100644 --- a/01-TestCase/tsg_adc/selfserver/Api_Security/Deny_DNS_Tests.robot +++ b/01-TestCase/tsg_adc/selfserver/Api_Security/Deny_DNS_Tests.robot @@ -198,8 +198,8 @@ SecurityPolicy-Deny-DNS-00007 #删除策略 ${policyIds} Create List {"policyType":"tsg_security","policyIds":[${policyId}]} Comment 功能端验证HTTP验证 - ${commandstr} run keyword if '${systemType}'=='Windows' set variable nslookup -d www.liepin.com - ... ELSE set variable nslookup -debug -query=AAAA \ www.lipin.com + ${commandstr} run keyword if '${systemType}'=='Windows' set variable nslookup -d www.suning.com + ... ELSE set variable nslookup -debug -query=AAAA www.suning.com ${stringlist} run keyword if '${systemType}'=='Windows' Create List fc00::2:66 www.zhihu.com ttl = 300 ... ELSE Create List fc00::2:66 www.zhihu.com ttl = 300 ${starttime} Get Time @@ -209,7 +209,7 @@ SecurityPolicy-Deny-DNS-00007 ${endtime} Get Time #日志验证 ${s} Convert to String ${policyId} - GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} dns_qname liepin.com + GetLogList security_event_log ${starttime} ${endtime} ${testClentIP} ${s} dns_qname www.suning.com SecurityPolicy-Deny-DNS-00008 [Tags] selfserver dns deny ip+fqdn完整匹配