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

15 lines
431 B
Plaintext
Raw Normal View History

2020-04-02 14:19:25 +08:00
*** Settings ***
Force Tags tsg-cli Object Query
Resource ../../03-Variable/bifangapivariable.txt
Resource ../../02-Keyword/tsg_cli/interface.robot
*** Test Cases ***
Objects_Query_TestCase
# 无条件查询
2020-04-02 14:19:25 +08:00
Tsg_Policy_Object_Query ${None} ${None} ${True}
FOR ${objectType} IN @{ObjectTypes}
QueryObjectInnerForEach ${objectType}
END
2020-04-02 14:19:25 +08:00