Lines Matching refs:be
8 A new plugin should be written in python as a class that inherits from TdcPlugin.
11 The plugin can be used to add functionality to the test framework,
14 - adding commands to be run before and/or after the test suite
15 - adding commands to be run before and/or after the test cases
16 - adding commands to be run before and/or after the execute phase of the test cases
17 - ability to alter the command to be run in any phase:
43 This method takes a testcount (number of tests to be run) and
44 testidlist (array of test ids for tests that will be run). This is
46 rest of the tests must be skipped. The info is stored in the object,
51 co-processes) then that other tap output can be generated in the
58 test to be attempted. It can use this info when outputting
71 the execution stage and a string which is the actual command to be
91 arguments to it. Care should be taken that the new arguments do not
92 conflict with any from tdc.py or from other plugins that will be used
102 be raised, with a string that explains the problem.