Lines Matching refs:plugin
53 execution by root uid has been moved into a plugin (see PLUGIN
169 There is now a plugin architecture, and some of the functionality that
172 The plugins are in the directory plugin-lib. The are executed from
173 directory plugins. Put symbolic links from plugins to plugin-lib,
180 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py
181 lrwxrwxrwx 1 bjb bjb 25 Oct 12 17:55 20-nsPlugin.py -> ../plugin-lib/nsPlugin.py
216 To write a plugin, you need to inherit from TdcPlugin in
217 TdcPlugin.py. To use the plugin, you have to put the
218 implementation file in plugin-lib, and add a symbolic link to it from
220 appropriate times. There are a few examples in the plugin-lib
230 This plugin will output an extra test for each test in the test file,