rally-openstack/tests/functional
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
..
extra Refactoring of scenario plugin base 2015-08-14 08:27:20 -07:00
__init__.py Display proper missing argument name 2014-10-13 20:48:13 +03:00
test_cli_deployment.py credentials is not updated after deployment is recreated 2017-04-06 15:51:35 +08:00
test_cli_plugin.py [Plugins] Remove deprecated Dummy.dummy_with_scenario_output 2016-09-06 18:40:16 +03:00
test_cli_task.py Refactor the related command of task report and export 2017-07-25 12:24:03 +08:00
test_cli_verify.py Configure gate-rally-dsvm-verify 2014-12-12 01:28:01 +02:00
test_lib_api.py [Test] Add test for simple app based on rally api 2017-01-19 13:23:01 +03:00
utils.py Fix race-condition while making dirs in cli tests 2017-02-13 18:45:54 +08:00