rally-openstack/etc
chenhb 8adfcb3ce3 Refactor the related command of task report and export
1.Use report plugins instead of separated reports,
  however, we still save old report command.
2.New report command
   rally task report --html --uuid <uuid> --out <dest>
  we can use --html and --html-static, and deprecate --junit,
  we have move junit to `rally task export` command.

  Example:
     rally task report --html --uuid xxxxxx --out /home/report.html
3.Change `rally task export` format, and deprecate old Exporter plugin.
    rally task export --uuid <uuid> --type <type> --to <dest>

  Example:
    rally task export --uuid xxxx --type junit-xml --to xxxxx

4.Remove FileExporter plugin.

Change-Id: I44cafccb8d6c6c3cc704fb6e3ff2f49a756209ef
2017-07-25 12:24:03 +08:00
..
rally OSprofiler support 2017-05-27 15:09:42 +02:00
rally.bash_completion Refactor the related command of task report and export 2017-07-25 12:24:03 +08:00