From 17afa196595328ff9e05ec199beafd96502fd85e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=B1=E6=98=8E=E6=98=8E?= Date: Fri, 9 Oct 2020 20:44:49 +0800 Subject: [PATCH] =?UTF-8?q?WAN=20IP=20poor=20VPN=20=E5=9B=A0=E4=B8=BA?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=98=E5=8A=A8=EF=BC=8C=E9=87=8D=E5=86=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 01-TestCase/tsg_bfapi/setting/WanIPpoor.robot | 5 +++-- 01-TestCase/tsg_bfapi/setting/WanVpn.robot | 8 ++++---- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/01-TestCase/tsg_bfapi/setting/WanIPpoor.robot b/01-TestCase/tsg_bfapi/setting/WanIPpoor.robot index d230e32..19db28b 100644 --- a/01-TestCase/tsg_bfapi/setting/WanIPpoor.robot +++ b/01-TestCase/tsg_bfapi/setting/WanIPpoor.robot @@ -20,11 +20,12 @@ create_wan_ip_pood_add ${list1} IP_list ${iplist1} ${iplist2} Create Dictionary ip=8.8.8.8 relative_location=external xxxx=567 src_mac=890 ${list2} IP_list ${iplist2} - ${wan_nat_ip_iplist} Create List ${list1} ${list2} + ${wan_nat_ip_iplist} Create List ${list1} ${list2} + log ${wan_nat_ip_iplist} ${WanNatIpPood} Add&EditWanIpPood ${must_parameter} ${wan_nat_ip_iplist} # log 11111111111111111111111111111111111 log ${WanNatIpPood} - + log ***************************************************** create_wan_ip_pood_updata # 修改填写 profileId diff --git a/01-TestCase/tsg_bfapi/setting/WanVpn.robot b/01-TestCase/tsg_bfapi/setting/WanVpn.robot index c5819b1..29a5641 100644 --- a/01-TestCase/tsg_bfapi/setting/WanVpn.robot +++ b/01-TestCase/tsg_bfapi/setting/WanVpn.robot @@ -15,20 +15,20 @@ ${objectids} ${EMPTY} *** Test Cases *** create_wan_vpn_1 #添加一个vpn - ${wan_vpn_dict} Create Dictionary username=zmmtest1 password=abcdef iconColor=#dddddd + ${wan_vpn_dict} Create Dictionary username=zmmtest2 password=abcdef iconColor=#dddddd ${wan_vpn_list} Create List ${wan_vpn_dict} ${a} AddWanVpn ${wan_vpn_list} log ${a} create_wan_vpn_2 #添加一个vpn - ${wan_vpn_dict} Create Dictionary username=zmmtest2 password=abcdef iconColor=#dddddd - ${wan_vpn_dict_2} Create Dictionary username=zmmtest3 password=abcdef iconColor=#dddddd + ${wan_vpn_dict} Create Dictionary username=zmmtest3 password=abcdef iconColor=#dddddd + ${wan_vpn_dict_2} Create Dictionary username=zmmtest4 password=abcdef iconColor=#dddddd ${wan_vpn_list} Create List ${wan_vpn_dict} ${wan_vpn_dict_2} ${a} AddWanVpn ${wan_vpn_list} log ${a} delete_wan_vpn_1 # 删除一个vpn - ${deletelist} Create List 31 + ${deletelist} Create List 26 ${a} DeleteWanVpn ${deletelist} delete_wan_vpn_2 # 删除一个vpn