rally/tests/functional
Andrey Kurilin 9090f2990a Replace DeploymentEngine with EnvManager
It is impossible to replace the whole deployment component at once. At
least because we need to make it backward compatible.
This patch starts this effort.

What is done:
- the database layer is cleaned from deployments and resources tables.
  the api of database layer is also cleaned from deployment related
  things
  PS: all the current deploment records move to the env and platforms
      tables
- rally.common.objects.Deployment became a proxy layer between old world
  and new one (Environment component). It provides the full
  compatibility in terms of data and interfaces
- rally.api.API.deployment starts using some new interfaces of
  EnvManager directly, where it is possible
- DeploymentEngine (with "ExistingCloud" plugin), CredentialsBuilder
  (with "openstack" plugin) are deleted.
  It should be noted in release notes...
- EnvManager starts cleaning verifier specific data as well..

Change-Id: If7bde619f7c2e99248a071ff18b8084553e1bec0
2018-01-17 10:48:49 +00:00
..
extra Remove old way to describe scenario plugin via method 2017-07-07 08:30:30 -07:00
__init__.py Display proper missing argument name 2014-10-13 20:48:13 +03:00
test_cli_deployment.py Replace DeploymentEngine with EnvManager 2018-01-17 10:48:49 +00:00
test_cli_plugin.py Finish work on renaming namespace to platform 2017-10-12 18:18:42 -07:00
test_cli_task.py Make new report to support task file and remove old report 2017-12-18 13:46:09 +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 [ci] Split legacy-rally-dsvm-cli job 2017-12-01 14:35:35 +02:00