Lines Matching refs:plugin
53 execution by root uid has been moved into a plugin (see PLUGIN
61 by the plugin.
175 There is now a plugin architecture, and some of the functionality that
178 The plugins are in the directory plugin-lib. The are executed from
179 directory plugins. Put symbolic links from plugins to plugin-lib,
181 necessary if a test case being run requires a specific plugin to work.
187 lrwxrwxrwx 1 bjb bjb 27 Oct 4 16:12 10-rootPlugin.py -> ../plugin-lib/rootPlugin.py
188 lrwxrwxrwx 1 bjb bjb 25 Oct 12 17:55 20-nsPlugin.py -> ../plugin-lib/nsPlugin.py
223 To write a plugin, you need to inherit from TdcPlugin in
224 TdcPlugin.py. To use the plugin, you have to put the
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
238 This plugin will output an extra test for each test in the test file,