Lines Matching refs:py
25 ./tdc.py -c
39 in the tdc_config.py file. Find the 'TC' entry in the NAMES dictionary and
44 ./tdc.py -p /path/to/tc
55 Tests that use a network device should have nsPlugin.py listed as a
64 ./tdc.py -h
111 The tdc_config.py file contains multiple values that can be altered to suit
125 Run tdc.py -h to see the full list of available arguments.
131 was in the tdc.py script has been moved into the plugins.
142 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py
143 lrwxrwxrwx 1 bjb bjb 25 Oct 12 17:55 20-nsPlugin.py -> ../plugin-lib/nsPlugin.py
144 -rwxr-xr-x 1 bjb bjb 0 Sep 29 15:56 __init__.py
146 The plugins are a subclass of TdcPlugin, defined in TdcPlugin.py and
179 TdcPlugin.py. To use the plugin, you have to put the
185 - rootPlugin.py:
187 - nsPlugin.py:
190 - valgrindPlugin.py