Lines Matching refs:plugin
52 execution by root uid has been moved into a plugin (see PLUGIN
60 by the plugin.
130 There is now a plugin architecture, and some of the functionality that
133 The plugins are in the directory plugin-lib. The are executed from
134 directory plugins. Put symbolic links from plugins to plugin-lib,
136 necessary if a test case being run requires a specific plugin to work.
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
178 To write a plugin, you need to inherit from TdcPlugin in
179 TdcPlugin.py. To use the plugin, you have to put the
180 implementation file in plugin-lib, and add a symbolic link to it from
182 appropriate times. There are a few examples in the plugin-lib
193 This plugin will output an extra test for each test in the test file,