This workload is deprecated and actually does nothing (since
return value is not processed anymore).
Change-Id: If0f9c24f8237b55b999ad51874c72b48a6899e64
This patch does a few things
- Introduce rally.common.plugin.info.InfoMixin
and adds it to plugin base. It adds method get_info()
to all plugins. This method returns information about plugin
such like title, description, arguments, plugin module
- Introduce rally plugin show and list commands that returns
information about all plugins
- Moves info related methods from rally.common.utils to
rally.common.plugin.info module
Related-Bug: #1470895
Change-Id: I8db12e3017d241a2b8bc549a817dad817f922437