1、提价修改的UI关键字和case

2、提交Dashboard的Traffic关键字和一个case
3、提交GetTimeLibrary中新加的代码
This commit is contained in:
lyf
2020-08-18 18:02:07 +08:00
parent 1f787fded0
commit fee5a2fc89
29 changed files with 1000 additions and 683 deletions

View File

@@ -109,7 +109,7 @@ create-user-010
#log ${name}
#Should Be Equal As Strings ${name} *
#删除对象
#User-Delete
User-Delete
create-user-011
#新建Accounts
@@ -120,7 +120,7 @@ create-user-011
#log ${name}
#Should Be Equal As Strings ${name} @
#删除对象
#User-Delete
User-Delete
delete-user-012
#新建Accounts

View File

@@ -1,251 +0,0 @@
*** Settings ***
Force Tags tsg-ui objects
Resource ../../../03-Variable/bifangapivariable.txt
Resource ../../../02-Keyword/tsg_ui/objects/NewObjectPages.robot
Library OperatingSystem
Resource ../../../02-Keyword/tsg_ui/objects/NewObject.robot
*** Test Cases ***
single-ip-ip
# 创建单个ip 子分类为ip
Open Browser http://${host}/#/login ${browserType}
Maximize Browser Window
input text xpath=//*[@id="app"]/div/div[2]/div/div[2]/div/input ${username}
input text xpath=//*[@id="app"]/div/div[2]/div/div[3]/div/input ${password}
Click button id=login
#新建user-agent
CreatePage single single-ip-ip objectform=IP ipclienttext1=192.168.1.5 post=0/0 ip_type=Ip keywordtext=Mozilla/5.0*
#验证新建是否成功
ui-object-search-name single-ip-ip
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-ip-ip
object-edit-ip 我的大哥 192.168.100.100 post=0/100
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
single-ip-Geography
# 创建单个ip 子分类为Geography
${Country} Create List China Hong Kong
${City} Create List Beijing
CreatePage single create-ip-group-015 objectform=IP ip_type=Geography Country=${Country} City=${City}
#验证新建是否成功
ui-object-search-name create-ip-group-015
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} create-ip-group-015
object-edit-Geography 我的大哥 Country=${Country} City=${City}
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-ip-ip
#新建ip${objects_name}的赋值可以先新建ip用刚新建ip的name赋值
CreatePage single single-ip-ip objectform=IP ipclienttext1=192.168.1.5 post=0/0 ip_type=Ip keywordtext=Mozilla/5.0*
${objects_name} Create List single-ip-ip
CreatePage group create-ip-group-015 objectform=IP ip_type=Ip object_name=${objects_name}
#验证新建是否成功
ui-object-search-name create-ip-group-015
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} create-ip-group-015
#删除对象
objects-delete
ui-object-search-name single-ip-ip
objects-delete
group-ip-Geography
${Country} Create List China Hong Kong
${City} Create List Beijing
CreatePage single single-ip-015 objectform=IP ip_type=Geography Country=${Country} City=${City}
${objects_name} Create List single-ip-015
CreatePage group create-ip-group-015 objectform=IP ip_type=Geography object_name=${objects_name}
#验证新建是否成功
ui-object-search-name create-ip-group-015
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} create-ip-group-015
#删除对象
objects-delete
ui-object-search-name single-ip-015
objects-delete
single-FQDN
#新建user-agent
CreatePage single single-FQDN objectform=FQDN keywordtext=$open.node.com
#验证新建是否成功
ui-object-search-name single-FQDN
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-FQDN
object-edit-fqdn 我的大哥 keywordtext=$open.node.com
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-FQDN
#新建user-agent
CreatePage single single-FQDN objectform=FQDN keywordtext=$open.node.com
${objects_name} Create List single-FQDN
CreatePage group group-FQDN objectform=FQDN object_name=${objects_name}
#验证新建是否成功
ui-object-search-name group-FQDN
objects-delete
ui-object-search-name single-FQDN
objects-delete
single-SubscriberID
#新建user-agent
CreatePage single single-SubscriberID objectform=SubscriberID keywordtext=$test37
#验证新建是否成功
ui-object-search-name single-SubscriberID
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-SubscriberID
object-edit-Subscriber-ID 我的大哥 keywordtext=$test37
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-SubscriberID
#新建user-agent
CreatePage single single-SubscriberID objectform=SubscriberID keywordtext=$test37
${objects_name} Create List single-SubscriberID
CreatePage group group-SubscriberID objectform=SubscriberID object_name=${objects_name}
#验证新建是否成功
ui-object-search-name group-SubscriberID
objects-delete
ui-object-search-name single-SubscriberID
objects-delete
single-HTTPSignature
#新建user-agent
CreatePage single single-HTTPSignature objectform=HTTPSignature reqrestype=req reqresheader=ua keywordtext=Mozilla/5.0*
#验证新建是否成功
ui-object-search-name single-HTTPSignature
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-HTTPSignature
#修改对象
object-edit-HTTPSignature 我的大哥 res sck 8f6c 6362 31 36 8fdb 5236 hex=open
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-HTTPSignature
#新建user-agent
CreatePage single single-HTTPSignature objectform=HTTPSignature reqrestype=req reqresheader=ua keywordtext=Mozilla/5.0*
${objects_name} Create List single-HTTPSignature
CreatePage group group-HTTPSignature objectform=HTTPSignature object_name=${objects_name}
#验证新建是否成功
ui-object-search-name group-HTTPSignature
objects-delete
ui-object-search-name single-HTTPSignature
objects-delete
single-Key
#新建user-agent
CreatePage single single-Key objectform=Key keywordtext=Mozilla/5.0*
#验证新建是否成功
ui-object-search-name single-Key
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-Key
#修改对象
object-edit-keywords 我的大哥 $www.baidu.com
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-Key
#新建user-agent
CreatePage single single-Key objectform=Key keywordtext=Mozilla/5.0*
${objects_name} Create List single-Key
CreatePage group group-Key objectform=Key object_name=${objects_name}
#验证新建是否成功
ui-object-search-name group-Key
objects-delete
ui-object-search-name single-Key
objects-delete
single-URL
#新建user-agent
CreatePage single single-URL objectform=URL keywordtext=www.*
#验证新建是否成功
ui-object-search-name single-URL
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-URL
#修改对象
object-edit-url 我的大哥 wwsw.*
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-URL
#新建user-agent
CreatePage single single-URL objectform=URL keywordtext=www.*
${objects_name} Create List single-URL
CreatePage group group-URL objectform=URL object_name=${objects_name}
#验证新建是否成功
ui-object-search-name group-URL
objects-delete
ui-object-search-name single-URL
objects-delete
single-Category
#新建user-agent
CreatePage single single-Category objectform=Category keywordtext=$www.baidu.com
#验证新建是否成功
ui-object-search-name single-Category
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-Category
#修改对象
object-edit-fqdn 我的大哥 $www.baidu.com
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-Category
#新建user-agent
CreatePage single single-Category objectform=Category keywordtext=$www.baidu.com
${objects_name} Create List single-Category
CreatePage group group-Category objectform=Category object_name=${objects_name}
#验证新建是否成功
ui-object-search-name group-Category
objects-delete
ui-object-search-name single-Category
objects-delete
single-Account
#新建user-agent
CreatePage single single-Account objectform=Account keywordtext=www.*
#验证新建是否成功
ui-object-search-name single-Account
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} single-Account
#修改对象
object-edit-account 我的大哥 waaww.*
#查询修改对象
ui-object-search-name 我的大哥
#删除对象
objects-delete
group-Account
#新建user-agent
CreatePage single single-Account objectform=Account keywordtext=www.*
${objects_name} Create List single-Account
CreatePage group group-Account objectform=Account object_name=${objects_name}
#验证新建是否成功
ui-object-search-name group-Account
objects-delete
ui-object-search-name single-Account
objects-delete

View File

@@ -10,7 +10,7 @@ create-http-signature-001
CreatePage HTTPSignature single 656e676c697368636f6e74656e74 reqrestype=res reqresheader=sck keywordtext=656e676c697368636f6e74656e74 hex=open
#验证新建是否成功
ui-object-search-name 656e676c697368636f6e74656e74
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 656e676c697368636f6e74656e74
#删除对象
objects-delete
@@ -20,7 +20,7 @@ edit-http-signature-002
CreatePage HTTPSignature single text* reqrestype=res reqresheader=ct keywordtext=text*
#验证新建是否成功
ui-object-search-name text*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} text*
object-edit-HTTPSignature text* req ck $mmmm
ui-object-search-name text*
@@ -32,7 +32,7 @@ create-http-signature-003
CreatePage HTTPSignature single *скрипцияк reqrestype=res reqresheader=ct keywordtext=*скрипцияк
#验证新建是否成功
ui-object-search-name *скрипцияк
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *скрипцияк
#删除对象
objects-delete
@@ -42,7 +42,7 @@ create-http-signature-004
CreatePage HTTPSignature single $支持中文 reqrestype=res reqresheader=ct keywordtext=$支持中文
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -52,7 +52,7 @@ create-http-signature-005
CreatePage HTTPSignature single 1234@#% reqrestype=res reqresheader=ct keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1234@#%
#删除对象
objects-delete
@@ -62,7 +62,7 @@ create-http-signature-006
CreatePage HTTPSignature single text* reqrestype=res reqresheader=ct keywordtext=text*
#验证新建是否成功
ui-object-search-name text*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} text*
#删除对象
objects-delete
@@ -72,7 +72,7 @@ create-http-signature-007
CreatePage HTTPSignature single *скрипцияк reqrestype=res reqresheader=sck keywordtext=*скрипцияк
#验证新建是否成功
ui-object-search-name *скрипцияк
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *скрипцияк
#删除对象
objects-delete
@@ -82,7 +82,7 @@ create-http-signature-008
CreatePage HTTPSignature single $支持中文 reqrestype=res reqresheader=sck keywordtext=$支持中文
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -92,7 +92,7 @@ create-http-signature-009
CreatePage HTTPSignature single 1234@#% reqrestype=res reqresheader=sck keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1234@#%
#删除对象
objects-delete
@@ -102,7 +102,7 @@ create-http-signature-010
CreatePage HTTPSignature single mmmm* reqrestype=res reqresheader=sck keywordtext=mmmm*
#验证新建是否成功
ui-object-search-name mmmm*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} mmmm*
#删除对象
objects-delete
@@ -112,7 +112,7 @@ create-http-signature-011
CreatePage HTTPSignature single *скрипцияк reqrestype=req reqresheader=ck keywordtext=*скрипцияк
#验证新建是否成功
ui-object-search-name *скрипцияк
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *скрипцияк
#删除对象
objects-delete
@@ -122,7 +122,7 @@ create-http-signature-012
CreatePage HTTPSignature single $支持中文 reqrestype=req reqresheader=ck keywordtext=$支持中文
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -132,7 +132,7 @@ create-http-signature-013
CreatePage HTTPSignature single 1234@#% reqrestype=req reqresheader=ck keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1234@#%
#删除对象
objects-delete
@@ -142,7 +142,7 @@ create-http-signature-014
CreatePage HTTPSignature single mmmm* reqrestype=req reqresheader=ck keywordtext=mmmm*
#验证新建是否成功
ui-object-search-name mmmm*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} mmmm*
#删除对象
objects-delete
@@ -152,7 +152,7 @@ create-http-signature-015
CreatePage HTTPSignature single *скрипцияк reqrestype=req reqresheader=ua keywordtext=*скрипцияк
#验证新建是否成功
ui-object-search-name *скрипцияк
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *скрипцияк
#删除对象
objects-delete
@@ -162,7 +162,7 @@ create-http-signature-016
CreatePage HTTPSignature single $支持中文 reqrestype=req reqresheader=ua keywordtext=$支持中文
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -172,7 +172,7 @@ create-http-signature-017
CreatePage HTTPSignature single 1234@#% reqrestype=req reqresheader=ua keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1234@#%
#删除对象
objects-delete
@@ -182,7 +182,7 @@ create-http-signature-018
CreatePage HTTPSignature single mmmm* reqrestype=req reqresheader=ua keywordtext=mmmm*
#验证新建是否成功
ui-object-search-name mmmm*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} mmmm*
#删除对象
objects-delete
@@ -192,7 +192,7 @@ create-http-signature-019
CreatePage HTTPSignature single w reqrestype=req reqresheader=ua keywordtext=www.*
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete
@@ -202,7 +202,7 @@ create-http-signature-020
CreatePage HTTPSignature single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 reqrestype=req reqresheader=ua keywordtext=www.*
#验证新建是否成功
ui-object-search-name 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
#删除对象
objects-delete

View File

@@ -8,14 +8,15 @@ Resource ../../../02-Keyword/tsg_ui/objects/NewObject.robot
*** Test Cases ***
edit-account-001
#新建Account
CreatePage Account single 0000 keywordtext=0000
CreatePage Account single 00000 keywordtext=0000
#验证新建是否成功
ui-object-search-name 0000
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
Should Be Equal As Strings ${text} 0000
ui-object-search-name 00000
sleep 2
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 00000
#修改Account
object-edit-account 0000 $0000
ui-object-search-name 0000
object-edit-account 00000 $0000
ui-object-search-name 00000
#删除对象
objects-delete
@@ -24,7 +25,7 @@ create-account-002
CreatePage Account single *скрипцияк keywordtext=*скрипцияк
#验证新建是否成功
ui-object-search-name *скрипцияк
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *скрипцияк
#删除对象
objects-delete
@@ -34,7 +35,7 @@ create-account-003
CreatePage Account single $支持中文 keywordtext=$支持中文
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -44,7 +45,7 @@ create-account-004
CreatePage Account single 1234@#% keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1234@#%
#删除对象
objects-delete
@@ -54,7 +55,7 @@ create-account-005
CreatePage Account single www.* keywordtext=www.*
#验证新建是否成功
ui-object-search-name www.*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} www.*
#删除对象
objects-delete
@@ -64,7 +65,7 @@ create-account-006
CreatePage Account single w keywordtext=www.*
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete

View File

@@ -11,7 +11,7 @@ edit-category-001
CreatePage Category single *.com keywordtext=*.com
#验证新建是否成功
ui-object-search-name *.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.com
#修改
object-edit-fqdn *.com $ww.jianshu.com
@@ -24,7 +24,7 @@ create-category-002
CreatePage Category single *.com keywordtext=*.com
#验证新建是否成功
ui-object-search-name *.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.com
#删除对象
objects-delete
@@ -34,7 +34,7 @@ create-category-003
CreatePage Category single $www.baidu.com keywordtext=$www.baidu.com
#验证新建是否成功
ui-object-search-name $www.baidu.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $www.baidu.com
#删除对象
objects-delete
@@ -44,7 +44,7 @@ create-category-004
CreatePage Category single *скрипцияк. keywordtext=*www.vision.net
#验证新建是否成功
ui-object-search-name *скрипцияк.
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *скрипцияк.
#删除对象
objects-delete
@@ -54,7 +54,7 @@ create-category-005
CreatePage Category single $支持中文. keywordtext=$www.vision.com
#验证新建是否成功
ui-object-search-name $支持中文.
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文.
#删除对象
objects-delete
@@ -64,7 +64,7 @@ create-category-006
CreatePage Category single w keywordtext=*6n.com
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete
@@ -74,7 +74,7 @@ create-category-007
CreatePage Category single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 keywordtext=*.com
#验证新建是否成功
ui-object-search-name 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
#删除对象
objects-delete

View File

@@ -11,7 +11,7 @@ edit-fqdn-001
CreatePage FQDN single *.com keywordtext=*.com
#验证新建是否成功
ui-object-search-name *.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.com
#修改
object-edit-fqdn *.com $www.baidu.com
@@ -24,7 +24,7 @@ create-fqdn-002
CreatePage FQDN single *.com keywordtext=*.com
#验证新建是否成功
ui-object-search-name *.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.com
#删除对象
objects-delete
@@ -34,7 +34,7 @@ create-fqdn-003
CreatePage FQDN single *.123-456_abc keywordtext=*.123-456_abc
#验证新建是否成功
ui-object-search-name *.123-456_abc
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.123-456_abc
#删除对象
objects-delete
@@ -44,7 +44,7 @@ create-fqdn-004
CreatePage FQDN single $www.baidu.com keywordtext=$www.baidu.com
#验证新建是否成功
ui-object-search-name $www.baidu.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $www.baidu.com
#删除对象
objects-delete
@@ -54,7 +54,7 @@ create-fqdn-005
CreatePage FQDN single $支持中文 keywordtext=$www.baidu.com
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -64,7 +64,7 @@ create-fqdn-006
CreatePage FQDN single w keywordtext=*www.baidu.com
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete
@@ -74,7 +74,7 @@ create-fqdn-007
CreatePage FQDN single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 keywordtext=*www.node.cn
#验证新建是否成功
ui-object-search-name 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
#删除对象
objects-delete

View File

@@ -11,7 +11,7 @@ create-address-ipv4-001
CreatePage IP single 1 ip_type=Ip ipclienttext1=192.168.100.1-192.168.200.1 post=0
#验证新建是否成功
ui-object-search-name 1
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1
#删除对象
objects-delete
@@ -20,7 +20,7 @@ create-address-ipv4-002
CreatePage IP single create-address-ipv4-002 ip_type=Ip ipclienttext1=192.168.100.1 post=1
#验证新建是否成功
ui-object-search-name create-address-ipv4-002
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv4-002
#删除对象
objects-delete
@@ -29,7 +29,7 @@ create-address-ipv4-003
CreatePage IP single create-address-ipv4-003 ip_type=Ip ipclienttext1=192.168.100.1/0 post=0
#验证新建是否成功
ui-object-search-name create-address-ipv4-003
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv4-003
#删除对象
objects-delete
@@ -38,7 +38,7 @@ create-address-ipv4-004
CreatePage IP single create-address-ipv4-004 ip_type=Ip ipclienttext1=192.168.100.1/32 post=65535
#验证新建是否成功
ui-object-search-name create-address-ipv4-004
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv4-004
#删除对象
objects-delete
@@ -47,7 +47,7 @@ create-address-ipv6-005
CreatePage IP single create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres ip_type=Ip ipclienttext1=AAAA::AAAA-FFFF::FFFF post=65535
#验证新建是否成功
ui-object-search-name create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
#删除对象
objects-delete
@@ -56,7 +56,7 @@ create-address-ipv6-006
CreatePage IP single create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres ip_type=Ip ipclienttext1=AAAA::AAAA post=65535
#验证新建是否成功
ui-object-search-name create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
#删除对象
objects-delete
@@ -65,7 +65,7 @@ create-address-ipv6-007
CreatePage IP single create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres ip_type=Ip ipclienttext1=AAAA::AAAA/0 post=0
#验证新建是否成功
ui-object-search-name create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
#删除对象
objects-delete
@@ -75,7 +75,7 @@ create-address-ipv6-008
CreatePage IP single create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres ip_type=Ip ipclienttext1=AAAA::AAAA/128 post=65535
#验证新建是否成功
ui-object-search-name create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-address-ipv6-001create-addres
#删除对象
objects-delete
@@ -86,7 +86,7 @@ create-address-geography-country-009
CreatePage IP single create-address-geography-country-008 ip_type=Geography Country=${Country}
#验证新建是否成功
ui-object-search-name create-address-geography-country-008
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-geography-country-008
#删除对象
objects-delete
@@ -97,7 +97,7 @@ create-address-geography-city-010
CreatePage IP single create-address-geography-city-010 ip_type=Geography City=${City}
#验证新建是否成功
ui-object-search-name create-address-geography-city-010
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-geography-city-010
#删除对象
objects-delete
@@ -109,7 +109,7 @@ create-address-geography-countryandcity-011
CreatePage IP single create-address-geography-countryandcity-011 ip_type=Geography Country=${Country} City=${City}
#验证新建是否成功
ui-object-search-name create-address-geography-countryandcity-011
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-geography-countryandcity-011
#删除对象
objects-delete
@@ -122,7 +122,7 @@ create-addressgroup-ip-012
CreatePage IP group create-addressgroup-ip-012 ip_type=Ip object_name=${objects_name}
#验证新建是否成功
ui-object-search-name create-addressgroup-ip-012
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-addressgroup-ip-012
#删除对象
objects-delete
@@ -139,7 +139,7 @@ create-addressgroup-ip-013
CreatePage IP group create-addressgroup-ip-013 ip_type=Ip object_name=${objects_name}
#验证新建是否成功
ui-object-search-name create-addressgroup-ip-013
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-addressgroup-ip-013
#删除对象
objects-delete
@@ -156,7 +156,7 @@ create-addressgroup-ip-014
CreatePage IP group L ip_type=Ip object_name=${objects_name}
#验证新建是否成功
ui-object-search-name L
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} L
#删除对象
objects-delete
@@ -186,7 +186,7 @@ create-addressgroup-ip-016
CreatePage IP group 中abcДдБб!@#123 ip_type=Ip object_name=${objects_name}
#验证新建是否成功
ui-object-search-name 中abcДдБб!@#123
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 中abcДдБб!@#123
#删除对象
objects-delete
@@ -202,7 +202,7 @@ create-addressgroup-geography-017
CreatePage IP group 中abcДдБб!@#123 ip_type=Geography object_name=${objects_name}
#验证新建是否成功
ui-object-search-name 中abcДдБб!@#123
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 中abcДдБб!@#123
#删除对象
objects-delete
@@ -222,7 +222,7 @@ create-addressgroup-geography-018
CreatePage IP group 中abcДдБб!@#123 ip_type=Geography object_name=${objects_name}
#验证新建是否成功
ui-object-search-name 中abcДдБб!@#123
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 中abcДдБб!@#123
#删除对象
objects-delete
@@ -235,7 +235,7 @@ edit-address-ipv4-019
CreatePage IP single create-address-ipv4-004 ip_type=Ip ipclienttext1=192.168.100.1/32 post=65535
#验证新建是否成功
ui-object-search-name create-address-ipv4-004
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-ipv4-004
#修改对象
object-edit-ip Edit 192.168.100.100 post=0/100
@@ -250,7 +250,7 @@ edit-address-geography-countryandcity-020
CreatePage IP single create-address-geography-countryandcity-011 ip_type=Geography Country=${Country} City=${City}
#验证新建是否成功
ui-object-search-name create-address-geography-countryandcity-011
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} create-address-geography-countryandcity-011
#修改对象
object-edit-Geography edit-address-geography-countryandcity-020

View File

@@ -43,7 +43,7 @@ create-keywords-004
CreatePage Key single $支持中文 keywordtext=$支持中文
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -53,7 +53,7 @@ create-keywords-005
CreatePage Key single 1234@#% keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1234@#%
#删除对象
objects-delete
@@ -63,7 +63,7 @@ create-keywords-006
CreatePage Key single www.* keywordtext=www.*
#验证新建是否成功
ui-object-search-name www.*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} www.*
#删除对象
objects-delete
@@ -73,7 +73,7 @@ create-keywords-007
CreatePage Key single w keywordtext=www.*
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete
@@ -83,7 +83,7 @@ create-keywords-008
CreatePage Key single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 keywordtext=www.*
#验证新建是否成功
ui-object-search-name 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
#删除对象
objects-delete

View File

@@ -11,7 +11,7 @@ edit-subscriber-id-001
CreatePage SubscriberID single $test37 keywordtext=$test37
#验证新建是否成功
ui-object-search-name $test37
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $test37
#修改
object-edit-Subscriber-ID $test37 $test35
@@ -24,7 +24,7 @@ create-subscriber-id-002
CreatePage SubscriberID single $abc_@%-+123中ДдБб keywordtext=$abc_@%-+123中ДдБб
#验证新建是否成功
ui-object-search-name $abc_@%-+123中ДдБб
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $abc_@%-+123中ДдБб
#删除对象
objects-delete
@@ -34,7 +34,7 @@ create-subscriber-id-003
CreatePage SubscriberID single $test37 keywordtext=$test37
#验证新建是否成功
ui-object-search-name $test37
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $test37
#删除对象
objects-delete
@@ -44,7 +44,7 @@ create-subscriber-id-004
CreatePage SubscriberID single $支持中文 keywordtext=$www.result.cn
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -54,7 +54,7 @@ create-subscriber-id-005
CreatePage SubscriberID single w keywordtext=$www.node.com
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete
@@ -64,7 +64,7 @@ create-subscriber-id-006
CreatePage SubscriberID single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 keywordtext=$www.node.com
#验证新建是否成功
ui-object-search-name 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
#删除对象
objects-delete

View File

@@ -11,7 +11,7 @@ edit-url-001
CreatePage URL single *.com keywordtext=*.com
#验证新建是否成功
ui-object-search-name *.com
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *.com
object-edit-url *.com www.*
ui-object-search-name *.com
@@ -23,7 +23,7 @@ create-url-002
CreatePage URL single *скрипцияк keywordtext=*скрипцияк
#验证新建是否成功
ui-object-search-name *скрипцияк
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} *скрипцияк
#删除对象
objects-delete
@@ -33,7 +33,7 @@ create-url-003
CreatePage URL single $支持中文 keywordtext=$支持中文
#验证新建是否成功
ui-object-search-name $支持中文
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} $支持中文
#删除对象
objects-delete
@@ -43,7 +43,7 @@ create-url-004
CreatePage URL single 1234@#% keywordtext=1234@#%
#验证新建是否成功
ui-object-search-name 1234@#%
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 1234@#%
#删除对象
objects-delete
@@ -53,7 +53,7 @@ create-url-005
CreatePage URL single www.* keywordtext=www.*
#验证新建是否成功
ui-object-search-name www.*
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} www.*
#删除对象
objects-delete
@@ -63,7 +63,7 @@ create-url-006
CreatePage URL single w keywordtext=www.*
#验证新建是否成功
ui-object-search-name w
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} w
#删除对象
objects-delete
@@ -73,7 +73,7 @@ create-url-007
CreatePage URL single 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111 keywordtext=www.*
#验证新建是否成功
ui-object-search-name 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/span
${text} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[3]/div/div/div/span
Should Be Equal As Strings ${text} 11111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111111
#删除对象
objects-delete

View File

@@ -7,60 +7,94 @@ Library OperatingSystem
*** Test Cases ***
Create_Decryption_Keyrings-001
Create-Decryption Keyrings lyf-RF-test-001 ${path}keyrings//root//tango-ca-root-01-cer.pem ${path}keyrings//root//tango-ca-root-01-key.pem 23 id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet1
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-002
Create-Decryption Keyrings lyf-RF-test-002 ${path}keyrings//root//tango-ca-root-01-cer.pem ${path}keyrings//root//tango-ca-root-01-key.pem 23 id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-003
Create-Decryption Keyrings lyf-RF-test-003 ${path}keyrings//root//tango-ca-root-01-cer.pem ${path}keyrings//root//tango-ca-root-01-key.pem 23 id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet2
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-004
Create-Decryption Keyrings lyf-RF-test-004 ${path}keyrings//root//tango-ca-root-01-cer.pem ${path}keyrings//root//tango-ca-root-01-key.pem 23 id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet3
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-005
Create-Decryption Keyrings lyf-RF-test-005 ${path}keyrings//root//tango-ca-root-01-cer.pem ${path}keyrings//root//tango-ca-root-01-key.pem 23 id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet3
... open
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-006
Create-Decryption Keyrings lyf-RF-test-006 ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-cer.pem ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-key.pem 23 id=certificateType_select1 id=keyringsadd_publicKeyAlgoSelet3
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-007
Create-Decryption Keyrings lyf-RF-test-006 ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-cer.pem ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-key.pem 1 id=certificateType_select1 id=keyringsadd_publicKeyAlgoSelet2
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-008
Create-Decryption Keyrings lyf-RF-test-006 ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-cer.pem ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-key.pem 2 id=certificateType_select1 id=keyringsadd_publicKeyAlgoSelet1
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-009
Create-Decryption Keyrings lyf-RF-test-006 ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-cer.pem ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-key.pem 2 id=certificateType_select1 id=keyringsadd_publicKeyAlgoSelet0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-010
Create-Decryption Keyrings lyf-RF-test-006 ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-cer.pem ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-key.pem 2 id=certificateType_select1 id=keyringsadd_publicKeyAlgoSelet0
... open
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Edit_Decryption_Keyrings-011
Create-Decryption Keyrings lyf-RF-test-006 ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-cer.pem ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-key.pem 2 id=certificateType_select1 id=keyringsadd_publicKeyAlgoSelet0
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span
Edit-Decryption Keyrings id=input_list_li1 ${id} lyf-RF-edit-1 ${path}keyrings//root//mesalab-ca-cert.pem ${path}keyrings//root//mesalab-ca-key.pem 1
... id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet1
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Edit_Decryption_Keyrings-012
Create-Decryption Keyrings lyf-RF-test-006 ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-cer.pem ${path}keyrings//Intermediate//tang-ca-v3-intermediate-01-key.pem 2 id=certificateType_select1 id=keyringsadd_publicKeyAlgoSelet0
${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Edit-Decryption Keyrings id=input_list_li2 ${name} lyf-RF-edit-1 ${path}keyrings//root//mesalab-ca-cert.pem ${path}keyrings//root//mesalab-ca-key.pem 1
... id=certificateType_select0 id=keyringsadd_publicKeyAlgoSelet1
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-013
Create-Decryption Keyrings lyf-RF-test-013 ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-cer.pem ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-key.pem 23 id=certificateType_select2 id=keyringsadd_publicKeyAlgoSelet0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-014
Create-Decryption Keyrings lyf-RF-test-014 ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-cer.pem ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-key.pem 23 id=certificateType_select2 id=keyringsadd_publicKeyAlgoSelet1
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-015
Create-Decryption Keyrings lyf-RF-test-015 ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-cer.pem ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-key.pem 23 id=certificateType_select2 id=keyringsadd_publicKeyAlgoSelet2
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-016
Create-Decryption Keyrings lyf-RF-test-016 ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-cer.pem ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-key.pem 23 id=certificateType_select2 id=keyringsadd_publicKeyAlgoSelet3
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del
Create_Decryption_Keyrings-017
Create-Decryption Keyrings lyf-RF-test-017 ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-cer.pem ${path}keyrings//end-entity//tang-ca-v3-www.amazon.cn-key.pem 1 id=certificateType_select2 id=keyringsadd_publicKeyAlgoSelet3
... open
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteKeyrings_del

View File

@@ -9,102 +9,133 @@ Create_Decryption_Profile-001
${dict} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-1 ${dict}
Create-Decryption_Profile lyf-test-1 ${dict}
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-002
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0e
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0
Create-Policy_Verify1 lyf-test-2 ${dict}
Create-Decryption_Profile lyf-test-2 ${dict}
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-003
${dict} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-3 ${dict} fail1=Fail-close
Create-Decryption_Profile lyf-test-3 ${dict} fail1=Fail-close
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-004
${dict} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-3 ${dict} fail1=Pass-through
Create-Decryption_Profile lyf-test-3 ${dict} fail1=Pass-through
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-005
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0
Create-Policy_Verify1 lyf-test-5 ${dict} min1=SSLv3.0 max1=SSLv3.0
Create-Decryption_Profile lyf-test-5 ${dict} min1=SSLv3.0 max1=SSLv3.0
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-006
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0
Create-Policy_Verify1 lyf-test-6 ${dict} min1=TLSv1.0 max1=TLSv1.0
Create-Decryption_Profile lyf-test-6 ${dict} min1=TLSv1.0 max1=TLSv1.0
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-007
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0
Create-Policy_Verify1 lyf-test-7 ${dict} min1=TLSv1.1 max1=TLSv1.1
Create-Decryption_Profile lyf-test-7 ${dict} min1=TLSv1.1 max1=TLSv1.1
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-008
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0
Create-Policy_Verify1 lyf-test-8 ${dict} min1=TLSv1.2 max1=TLSv1.2
Create-Decryption_Profile lyf-test-8 ${dict} min1=TLSv1.2 max1=TLSv1.2
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-009
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0
Create-Policy_Verify1 lyf-test-9 ${dict} min1=TLSv1.3 max1=TLSv1.3
Create-Decryption_Profile lyf-test-9 ${dict} min1=TLSv1.3 max1=TLSv1.3
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-010
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=0 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-10 ${dict}
Create-Decryption_Profile lyf-test-10 ${dict}
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-011
${dict} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=0 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-11 ${dict} fail1=Fail-close
Create-Decryption_Profile lyf-test-11 ${dict} fail1=Fail-close
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-012
${dict} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=0 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-12 ${dict} fail1=Pass-through
Create-Decryption_Profile lyf-test-12 ${dict} fail1=Pass-through
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-013
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-13 ${dict}
Create-Decryption_Profile lyf-test-13 ${dict}
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-014
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=1
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-14 ${dict}
Create-Decryption_Profile lyf-test-14 ${dict}
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Decryption_Profile-015
${dict} Create Dictionary Common Name=0 Issuer=0 Self-signed=0 Expiry Date=0 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=1
Create-Policy_Verify1 lyf-test-15 ${dict}
Create-Decryption_Profile lyf-test-15 ${dict}
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Edit_Dercryption_Profile-16
${dict} Create Dictionary Common Name=1 Issuer=1 Self-signed=1 Expiry Date=1 EV Certificat=1
... Certificate Transparency=1 Mutual Authentication=1 On Protocol Errors=1 Certificate Pinning=1 Certificate Not Installed=1 Mirror Client Versions=0
... Allow HTTP/2=0
Create-Policy_Verify1 lyf-test-16 ${dict} fail1=Pass-through min1=SSLv3.0 max1=SSLv3.0
Create-Decryption_Profile lyf-test-16 ${dict} fail1=Pass-through min1=SSLv3.0 max1=SSLv3.0
Sleep 1
${id} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[2]/div[2]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/span
${id} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[1]/div/div/span
sleep 1
${dict1} Create Dictionary Common Name=0 Issuer=0 Self-signed=1 Expiry Date=1 EV Certificat=0
... Certificate Transparency=0 Mutual Authentication=0 On Protocol Errors=0 Certificate Pinning=0 Certificate Not Installed=0 Mirror Client Versions=0
... Allow HTTP/2=0
Edit_Policy_Verify id=input_list_li1 ${id} lyf-edit-test-1 ${dict1} fail1=Fail-close min1=TLSv1.2
Edit_Decryption Profile id=input_list_li1 ${id} lyf-edit-test-1 ${dict1} fail1=Fail-close min1=TLSv1.2
... max1=TLSv1.2

View File

@@ -7,42 +7,67 @@ Library OperatingSystem
*** Test Cases ***
Create_Hijack_Files-001
Create-Hijack Files lyf-test-001-apk ${path}hijack_files/Create-Hijack Files-test.apk id=application/vnd.android.package-archive0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-002
Create-Hijack Files lyf-test-002-exe ${path}hijack_files/Create-Hijack Files-test-1.exe id=application/x-msdos-program0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-003
Create-Hijack Files lyf-test-003-gif ${path}hijack_files/Create-Hijack Files-test-2.gif id=image/gif0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-004
Create-Hijack Files lyf-test-004-html ${path}hijack_files/Create-Hijack Files-test-3.html id=text/html0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-005
Create-Hijack Files lyf-test-005-jpeg ${path}hijack_files/Create-Hijack Files-test-4.jpeg id=image/jpeg1
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-006
Create-Hijack Files lyf-test-006-png ${path}hijack_files/Create-Hijack Files-test-5.png id=image/png2
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-007
Create-Hijack Files lyf-test-007-svg ${path}hijack_files/Create-Hijack Files-test-6.svg id=image/svg+xml3
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Edit_Hijack_Files-008
Create-Hijack Files lyf-test-001-apk ${path}hijack_files/Create-Hijack Files-test.apk id=application/vnd.android.package-archive0
${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/span
Edit-Hijack Files id=input_list_li2 ${name} lyf-Edit-test-001 ${path}hijack_files\\Create-Hijack Files-test.apk id=application/vnd.android.package-archive0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Edit_Hijack_Files-009
Create-Hijack Files lyf-test-001-apk ${path}hijack_files/Create-Hijack Files-test.apk id=application/vnd.android.package-archive0
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/span
Edit-Hijack Files id=input_list_li1 ${id} lyf-Edit-test-002 ${path}hijack_files\\Create-Hijack Files-test.apk id=application/vnd.android.package-archive0
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Edit_Hijack_Files-010
Create-Hijack Files lyf-test-001-apk ${path}hijack_files/Create-Hijack Files-test.apk id=application/vnd.android.package-archive0
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/span
Edit-Hijack Files id=input_list_li1 ${id} lyf-Edit-test-003 ${path}hijack_files\\Create-Hijack Files-test.apk id=application/vnd.android.package-archive0 close
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-011
Create-Hijack Files lyf-test-011-svg ${path}hijack_files/Create-Hijack Files-test-6.svg id=image/svg+xml3 close shuru
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel
Create_Hijack_Files-012
Create-Hijack Files lyf-test-011-svg ${path}hijack_files/Create-Hijack Files-test-6.svg id=image/svg+xml3 open
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr[1]/td[2]/div/span
DeletehijackDel

View File

@@ -8,35 +8,52 @@ Resource ../../../02-Keyword/tsg_ui/setting/Settings.robot
Create_Insert_Scripts-001
[Tags] css
Create-Insert Scripts lyf-test-001-css ${path}insert_files\\Create-Insert Scripts-test.css xpath=/html/body/div/div[1]/div[1]/ul/li[1]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Insert_Scripts-002
[Tags] js
Create-Insert Scripts lyf-test-002-js ${path}insert_files\\Create-Insert_Scripts-test.js xpath=/html/body/div/div[1]/div[1]/ul/li[2]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Insert_Scripts-003
[Tags] css name最小值
Create-Insert Scripts 1 ${path}insert_files\\Create-Insert Scripts-test.css xpath=/html/body/div/div[1]/div[1]/ul/li[1]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Insert_Scripts-004
[Tags] css name传入超过64字符
Create-Insert Scripts Create-Insert Scripts-test.cssCreate-Insert Scripts-test.cssCrea ${path}insert_files\\Create-Insert Scripts-test.css xpath=/html/body/div/div[1]/div[1]/ul/li[1]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Insert_Scripts-005
[Tags] js name最小值
Create-Insert Scripts 1 ${path}insert_files\\Create-Insert_Scripts-test.js xpath=/html/body/div/div[1]/div[1]/ul/li[2]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Create_Insert_Scripts-006
[Tags] js name传入超过64字符
Create-Insert Scripts Create-Insert Scripts-test.cssCreate-Insert Scripts-test.cssCrea ${path}insert_files\\Create-Insert_Scripts-test.js xpath=/html/body/div/div[1]/div[1]/ul/li[2]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Edit_Insert_Scripts-007
[Tags] css edit
Create-Insert Scripts lyf-test-001-css ${path}insert_files\\Create-Insert Scripts-test.css xpath=/html/body/div/div[1]/div[1]/ul/li[1]
${id} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[2]/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
${id} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
Edit-Insert Scripts id=input_list_li1 ${id} lyf-Edit-test-001 ${path}insert_files\\Create-Insert Scripts-test.css xpath=/html/body/div/div[1]/div[1]/ul/li[1]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete
Edit_Insert_Scripts-008
[Tags] edit js
Create-Insert Scripts 1 ${path}insert_files\\Create-Insert Scripts-test.css xpath=/html/body/div/div[1]/div[1]/ul/li[1]
${name} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[2]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
${name} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Edit-Insert Scripts id=input_list_li2 ${name} lyf-Edit-test-008 ${path}insert_files\\Create-Insert_Scripts-test.js xpath=/html/body/div/div[1]/div[1]/ul/li[2]
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr[1]/td[2]/div/div/span
Delete

View File

@@ -1,9 +1,10 @@
*** Settings ***
Force Tags tsg-ui policy-verify settings
Resource ../../../03-Variable/bifangapivariable.txt
Resource ../../../02-Keyword/Tsg_Ui/Setting/Settings.robot
Library OperatingSystem
*** Test Cases ***
Policy_Verify-001
${dict} Create Dictionary Host=jd.com
Policy_Verify Security Policy Match Protocol-HTTP Client-IP1=192.168.50.30 dict1=${dict}
${dict} Create Dictionary Host=jd.com
Policy_Verify Security Policy Match Protocol-HTTP Client-IP1=192.168.50.52 dict1=${dict}

View File

@@ -8,31 +8,45 @@ Resource ../../../02-Keyword/tsg_ui/setting/Settings.robot
Create_Response_pages-001
[Tags] html
Create-Response Pages Create-Response Pages-001 ${path}response_pages_files\\Create-Response Pages-test.html
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
Create_Response_pages-002
[Tags] htm
Create-Response Pages Create-Response Pages-001 ${path}response_pages_files\\Create-Response_Pages-test-2.htm
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
Create_Response_pages-003
[Tags] name最小值
Create-Response Pages 1 ${path}response_pages_files\\Create-Response_Pages-test-2.htm
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
Create_Response_pages-004
[Tags] name超过64字符
Create-Response Pages Create-Insert Scripts-test.cssCreate-Insert Scripts-test.cssCrea ${path}response_pages_files\\Create-Response_Pages-test-2.htm
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
Create_Response_pages-005
[Tags] 中英俄特殊字符
Create-Response Pages 中文+absc+моряков+@#¥%……&* ${path}response_pages_files\\Create-Response Pages-test.html
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
Edit_Response_pages-006
[Tags] 修改+以id为查找对象
Create-Response Pages Create-Response Pages-001 ${path}response_pages_files\\Create-Response Pages-test.html
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/span
Edit-Response Pages id=input_list_li1 ${id} lyf-Edit-test-001 ${path}response_pages_files\\Create-Response Pages-test-1.html
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel
Edit_Response_pages-007
[Tags] 修改+以name为查找对象
Create-Response Pages Create-Response Pages-001 ${path}response_pages_files\\Create-Response Pages-test.html
${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
Edit-Response Pages id=input_list_li2 ${name} lyf-Edit-test-007 ${path}response_pages_files\\Create-Response Pages-test-1.html
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeleteresinseDel

View File

@@ -7,16 +7,24 @@ Library OperatingSystem
*** Test Cases ***
Create_SSL_Decryption_Exclusion-001
Create-SSL Decryption Exclusion $www.jianshu.com jianshu www.jianshu.com
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
Create_SSL_Decryption_Exclusion-002
Create-SSL Decryption Exclusion *myssl.com myssl.com myssl.com
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
Edit_SSL_Decryption_Exclusion-003
Create-SSL Decryption Exclusion *myssl.com myssl.com myssl.com
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span
Edit-SSL Decryption Exclusion id=input_list_li1 ${id} $www.jianshu.com 简书
Edit-SSL Decryption Exclusion id=input_list_li1 ${id} $www.jianshu.com 简书 www.jianshu.com
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del
Edit_SSL_Decryption_Exclusion-004
Create-SSL Decryption Exclusion *myssl.com myssl.com myssl.com
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span
Edit-SSL Decryption Exclusion id=input_list_li1 ${id} $www.jianshu.com 简xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/spanxpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span书
Edit-SSL Decryption Exclusion id=input_list_li1 ${id} $www.jianshu.com 简xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/spanxpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span书 www.jianshu.com
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Deletessl_del

View File

@@ -8,23 +8,37 @@ Library OperatingSystem
Create_Traffic_Mirror_Profiles-001
[Tags] vlan最小值
Create-Traffic Mirror Profiles lyf-test-004-vlan xpath=/html/body/div/div[1]/div[1]/ul/li[1] 1
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeletetrafficMirrorDel
Create_Traffic_Mirror_Profiles-002
[Tags] vlan最大值
Create-Traffic Mirror Profiles lyf-test-002-vlan xpath=/html/body/div/div[1]/div[1]/ul/li[1] 4094
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeletetrafficMirrorDel
Create_Traffic_Mirror_Profiles-003
[Tags] mac
Create-Traffic Mirror Profiles lyf-test-003-mac xpath=/html/body/div/div[1]/div[1]/ul/li[2] 11:11:11:11:11:11
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeletetrafficMirrorDel
Edit_Traffic_Mirror_Profiles-004
[Tags] mac
Create-Traffic Mirror Profiles lyf-test-003-mac xpath=/html/body/div/div[1]/div[1]/ul/li[2] 11:11:11:11:11:11
${id} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[2]/div[2]/div/div[3]/table/tbody/tr/td[1]/div/div/span
Edit-Traffic Mirror Profiles id=input_list_li1 ${id} lyf-Edit-test-001 xpath=/html/body/div/div[1]/div[1]/ul/li[2] 11:11:11:11:11:12
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeletetrafficMirrorDel
Edit_Traffic_Mirror_Profiles-005
[Tags] vlan最大值
Create-Traffic Mirror Profiles lyf-test-002-vlan xpath=/html/body/div/div[1]/div[1]/ul/li[1] 4094
${name} get text xpath=//*[@id="app"]/div/div[3]/div/div/div[2]/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span
Edit-Traffic Mirror Profiles id=input_list_li2 ${name} lyf-Edit-test-002 xpath=/html/body/div/div[1]/div[1]/ul/li[1] 11
click xpath=//*[@id="app"]/div/div[3]/div/div/div[3]/div[2]/div/div[3]/table/tbody/tr/td[2]/div/div/span
DeletetrafficMirrorDel

View File

@@ -7,19 +7,29 @@ Library OperatingSystem
*** Test Cases ***
Create_Trusted_Certificate_Authorities-001
import-Trusted Certificate Authorities lyf-RF-test-001 ${path}keyrings//root//tango-ca-root-01-cer.pem
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del
Create_Trusted_Certificate_Authorities-002
import-Trusted Certificate Authorities test ${path}keyrings//root//tango-ca-root-01-cer.pem
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del
Create_Trusted_Certificate_Authorities-003
import-Trusted Certificate Authorities Create-Insert Scripts-test.cssCreate-Insert Scripts-test.cssCreaCreate-Insert Scripts-test.cssCreate-Insert Scripts-test.cssCrea ${path}keyrings//root//tango-ca-root-01-cer.pem
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del
Edit_Trusted_Certificate_Authorities-004
import-Trusted Certificate Authorities lyf-RF-test-001 ${path}keyrings//root//tango-ca-root-01-cer.pem
${id} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[1]/div/div/div/p/span
Edit-Trusted Certificate Authorities id=input_list_li1 ${id} lyf-edit-test-001 ${path}keyrings//root//tango-ca-root-01-cer.pem
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del
Edit_Trusted_Certificate_Authorities-005
import-Trusted Certificate Authorities lyf-RF-test-001 ${path}keyrings//root//tango-ca-root-01-cer.pem
${name} get text xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
Edit-Trusted Certificate Authorities id=input_list_li2 ${name} lyf-edit-test-001 ${path}keyrings//root//tango-ca-root-01-cer.pem
click xpath=//*[@id="ly-table1-listcontent"]/div/div[3]/table/tbody/tr/td[2]/div/div/div/p/span
DeleteAuthorities_del