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
2020-06-12 10:46:19 +08:00

15 lines
445 B
Plaintext

*** Settings ***
Force Tags tsg_cli tsg_device 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