Denyssl:删除多次引用ip
Interface:调整适应cli调整 PolicyObjectdefault调整适应subid和localip不同时默认
This commit is contained in:
@@ -18,7 +18,8 @@ ${Tsg_Passwd} tsg_passwd
|
||||
# tsg_help指令返回值对比文件路径
|
||||
${Tsg_Help_file_Path} cli_files/tsg_help.txt
|
||||
# tsg_show指令查询时附加sql条件
|
||||
${Tsg_Show_Added_Sql} "order by time desc limit 20 " --querey
|
||||
${Tsg_Show_Added_Sql} "order by time desc limit 20 "
|
||||
${Tsg_Show_Added_Sql_Query} --query
|
||||
# tsg_show指令返回数据flowType和sled参数值
|
||||
${Tsg_Show_FlowType_Values} inline|intercomm|mirror
|
||||
${Tsg_Show_Sled_Values} mcn0|mcn1|mcn2|mcn3
|
||||
@@ -273,7 +274,7 @@ Tsg_Show_Interface
|
||||
... 描述:执行'tsg_show --interface'指令,并验证返回值
|
||||
... 参数:无
|
||||
... 返回:无
|
||||
${str} Set Variable ${Tsg_Show} --interface -- ${Tsg_Show_Added_Sql}
|
||||
${str} Set Variable ${Tsg_Show} --interface -- ${Tsg_Show_Added_Sql} ${Tsg_Show_Added_Sql_Query}
|
||||
${stime} Get Time
|
||||
@{list} Run5 ${str}
|
||||
${etime} Get Time
|
||||
@@ -288,7 +289,7 @@ Tsg_Show_APP
|
||||
... 描述:执行'tsg_show --app'指令,并验证返回值
|
||||
... 参数:无
|
||||
... 返回:无
|
||||
${str} Set Variable ${Tsg_Show} --app -- ${Tsg_Show_Added_Sql}
|
||||
${str} Set Variable ${Tsg_Show} --app -- ${Tsg_Show_Added_Sql} ${Tsg_Show_Added_Sql_Query}
|
||||
${stime} Get Time
|
||||
@{list} Run5 ${str}
|
||||
${etime} Get Time
|
||||
@@ -303,7 +304,7 @@ Tsg_Show_Protocol
|
||||
... 描述:执行'tsg_show --protocol'指令,并验证返回值
|
||||
... 参数:无
|
||||
... 返回:无
|
||||
${str} Set Variable ${Tsg_Show} --protocol -- ${Tsg_Show_Added_Sql}
|
||||
${str} Set Variable ${Tsg_Show} --protocol -- ${Tsg_Show_Added_Sql} ${Tsg_Show_Added_Sql_Query}
|
||||
${stime} Get Time
|
||||
@{list} Run5 ${str}
|
||||
${etime} Get Time
|
||||
@@ -318,7 +319,7 @@ Tsg_Show_Stream
|
||||
... 描述:执行'tsg_show --stream'指令,并验证返回值
|
||||
... 参数:无
|
||||
... 返回:无
|
||||
${str} Set Variable ${Tsg_Show} --stream -- ${Tsg_Show_Added_Sql}
|
||||
${str} Set Variable ${Tsg_Show} --stream -- ${Tsg_Show_Added_Sql} ${Tsg_Show_Added_Sql_Query}
|
||||
${stime} Get Time
|
||||
@{list} Run5 ${str}
|
||||
${etime} Get Time
|
||||
@@ -333,7 +334,7 @@ Tsg_Show_Intercept
|
||||
... 描述:执行'tsg_show --intercept'指令,并验证返回值
|
||||
... 参数:无
|
||||
... 返回:无
|
||||
${str} Set Variable ${Tsg_Show} --intercept -- ${Tsg_Show_Added_Sql}
|
||||
${str} Set Variable ${Tsg_Show} --intercept -- ${Tsg_Show_Added_Sql} ${Tsg_Show_Added_Sql_Query}
|
||||
${stime} Get Time
|
||||
@{list} Run5 ${str}
|
||||
${etime} Get Time
|
||||
|
||||
Reference in New Issue
Block a user