修改参数

This commit is contained in:
dongxiaoyan
2020-04-21 19:07:05 +08:00
parent a0d66edfd0
commit 817576a347

View File

@@ -18,7 +18,7 @@ ${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"
${Tsg_Show_Added_Sql} "order by time desc limit 20 " --querey
# tsg_show指令返回数据flowType和sled参数值
${Tsg_Show_FlowType_Values} inline|intercomm|mirror
${Tsg_Show_Sled_Values} mcn0|mcn1|mcn2|mcn3
@@ -42,7 +42,7 @@ Get_Policy_Object2
... 返回:任意单条策略
[Arguments] ${type}
${dict} Tsg_Policy_Query ${type} ${None} ${None} ${None} ${True}
${list} Evaluate list(${dict}[data][list])[:10]
${list} Evaluate list(${dict}[data][list])[1:11]
[Return] ${list}
Get_Policy_Object3