WAN IP poor VPN 因为接口变动,重写

This commit is contained in:
朱明明
2020-10-09 20:44:49 +08:00
parent 21c4392ddc
commit 17afa19659
2 changed files with 7 additions and 6 deletions

View File

@@ -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