Lines Matching refs:tests
5 tdc is a Python script to load tc unit tests from a separate JSON file and
18 prior to running the tests.
21 unit tests. See the config file in this directory for minimum required
22 features. As new tests will be added, config options list will be updated.
32 handled in a future version - the current workaround is to run the tests
56 If nsPlugin is linked, all tests are executed inside a network
59 Running tdc without any arguments will run all tests. Refer to the section
64 TAP (Test Anything Protocol) format when they are done. If tests fail,
72 One run of tests is considered a "test suite" (this will be refined in the
89 tests the return code against one or more acceptable values. The
101 the tests to be run. These values are used in the tc commands that will be
119 Linux TC unit tests
135 Collect tests from the specified directory(ies)
136 (default [tc-tests])
138 Run tests from the specified file(s)
140 Run tests only from the specified category/ies, or if
196 The pre-suite hook receives the number of tests and an array of test ids.
197 This allows you to dump out the list of skipped tests in the event of a