Lines Matching refs:be
8 User-defined tests should be added by defining a separate JSON file. This
17 files you create in these directories will automatically be included.
18 If you wish to store your custom test cases elsewhere, be sure to run
25 will be used by python. So the match pattern will be a python regular
26 expression, but should be written using json syntax.
39 marked as skipped. This key can be placed anywhere inside the
46 This list can be empty.
47 Each command can be a string to be executed, or a list consisting
48 of a string which is a command to be executed, followed by 1 or
51 will be expected.
55 verifyCmd: The tc command to be run to verify successful execution.
57 verifyCmd should be "$TC actions show action gact"
58 matchPattern: A regular expression to be applied against the output of the
60 should be as specific as possible so that a false positive is not
65 The environment should be returned to the same state as when
67 This list can be empty.
68 Each command can be a string to be executed, or a list consisting
69 of a string which is a command to be executed, followed by 1 or
72 will be expected.
80 the tests are run will be destroyed. This is to prevent inaccurate results