WAN IP poor VPN 因为接口变动,重写
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user