This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dongxiaoyan-tsg-autotest/01-TestCase/tsg_cli/QueryObject.robot
dongxiaoyan b36f413d16 cli相关文件更改大小写适应linux;
添加oam接口
中间件接口更新,添加限流测试
2020-06-11 09:26:43 +08:00

15 lines
431 B
Plaintext

*** Settings ***
Force Tags tsg-cli Object Query
Resource ../../03-Variable/BifangApiVariable.txt
Resource ../../02-Keyword/tsg_cli/Interface.robot
*** Test Cases ***
Objects_Query_TestCase
# 无条件查询
Tsg_Policy_Object_Query ${None} ${None} ${True}
FOR ${objectType} IN @{ObjectTypes}
QueryObjectInnerForEach ${objectType}
END