Plugins: add mechanism to disable plugins
While the behavior of having a plugin enabled once it's installed
has suited Avocado reasonably well, there are valid use cases that
require plugins to be disabled.
While adding this mechanism, let's define what the Avocado fully
qualified name for a given plugin is.
While not an urgent feature, enabling and disabling plugins is
actually one requirement for the implementation of the Job API. While
this change allows for disabling plugins globally, a refinement of the
same logic will allow a given Job to enable/disable some of Avocado's
functionality.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
Showing
想要评论请 注册 或 登录