5.1. Create a plugin for L.I.S.AΒΆ

Creating a plugin is very easy, thanks to the cli tool.

To create your plugin, type (in the virtualenv):

lisa-cli plugin PLUGINNAME --create

Then, answer the questions, and you will find the plugin in your virtualenv.

/home/alivelisa/.virtualenvs/lisa/local/lib/python2.7/site-packages/lisa/plugins/PLUGINNAME

By creating a new plugin you don’t install it automatically. So write the code you want in the plugin, then install it in order to use the plugin. Don’t forget to install it in dev mode (by using –dev)