MCPcopy Create free account
hub / github.com/F-Stack/f-stack / runTest

Function runTest

dpdk/app/test-cmdline/cmdline_test.py:15–19  ·  view source on GitHub ↗
(child, test)

Source from the content-addressed store, hash-verified

13# function to run test
14#
15def runTest(child, test):
16 child.send(test["Sequence"])
17 if test["Result"] is None:
18 return 0
19 child.expect(test["Result"], 1)
20
21#
22# history test is a special case

Callers 1

cmdline_test.pyFile · 0.85

Calls 1

sendMethod · 0.80

Tested by

no test coverage detected