Home
last modified time | relevance | path

Searched refs:exec_command_check (Results 1 - 1 of 1) sorted by relevance

/foundation/ability/idl_tool/test/cmd_test/
H A Dcmd_test.py69 def exec_command_check(command, expect_result, exp_status): function
155 ret = exec_command_check(command, expect_result, RetStatus.OK)
157 ret &= exec_command_check(command, expect_result, RetStatus.OK)
168 ret = exec_command_check(command, expect_result, RetStatus.OK)
170 ret &= exec_command_check(command, expect_result, RetStatus.OK)
180 ret = exec_command_check(command, expect_result, RetStatus.ERR)
186 ret &= exec_command_check(command, expect_result, RetStatus.ERR)
191 ret &= exec_command_check(command, expect_result, RetStatus.ERR)
193 ret &= exec_command_check(command, expect_result, RetStatus.ERR)
198 ret &= exec_command_check(comman
[all...]

Completed in 1 milliseconds