15 lines
445 B
Plaintext
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
|
|
|