• Home
  • Raw
  • Download

Lines Matching refs:in

21    unit tests. See the config file in this directory for minimum required
24 * All tc-related features being tested must be built in or available as
25 modules. To check what is required in current setup run:
29 In the current release, tdc run will abort due to a failure in setup or
32 handled in a future version - the current workaround is to run the tests
40 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and
58 network namespace and creates a veth pair which may be used in those test
67 tdc will list the test names as they are being run, and print a summary in
70 the failed test in the TAP output.
76 One run of tests is considered a "test suite" (this will be refined in the
77 future). A test suite has one or more test cases in it.
97 Each of the commands in any stage will run in a shell instance.
104 your needs. Any value in the NAMES dictionary can be altered without affecting
105 the tests to be run. These values are used in the tc commands that will be
111 The NAMES values are used to substitute into the commands in the test cases.
161 options for nsPlugin (run commands in net namespace)
164 Do not run commands in a network namespace.
176 was in the tdc.py script has been moved into the plugins.
178 The plugins are in the directory plugin-lib. The are executed from
191 The plugins are a subclass of TdcPlugin, defined in TdcPlugin.py and
193 distinguished from each other in the python program by their module
201 adjust-command (runs in all stages and receives the stage name)
204 This allows you to dump out the list of skipped tests in the event of a
223 To write a plugin, you need to inherit from TdcPlugin in
225 implementation file in plugin-lib, and add a symbolic link to it from
227 appropriate times. There are a few examples in the plugin-lib
233 sets up a network namespace and runs all commands in that namespace,
234 while also setting up dummy devices to be used in testing.
236 runs each command in the execute stage under valgrind,
238 This plugin will output an extra test for each test in the test file,
244 builds all programs in $EBPFDIR.
255 Netdev 1.2 Tokyo in October 2016.