2 Commits

Author SHA1 Message Date
Alexander Maretskiy
15cda4ebee [Plugins] Remove deprecated Dummy.dummy_with_scenario_output
This workload is deprecated and actually does nothing (since
return value is not processed anymore).

Change-Id: If0f9c24f8237b55b999ad51874c72b48a6899e64
2016-09-06 18:40:16 +03:00
Boris Pavlovic
a3fcc33daa [cli] Introduce "rally plugin" show and list commands
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
2015-09-16 14:22:16 -07:00