Copy Tempest scenario base classes into blazar tree

The QA team will refactor scenario tests in Pike. They asked all
projects which use tempest.scenario.manager to hold a copy of the file
in a projects tree[1].

This patch copy the file into blazar tree.

Note: We should migrate to consume Tempest stable interfaces and remove
the file (contrib/tempest/tempest/scenario/manager_freeze.py) in the
future.

[1] http://lists.openstack.org/pipermail/openstack-dev/2017-February/112938.html

Change-Id: I66f3652ef6322c89f418ca91b321ff766514e099
This commit is contained in:
Hiroaki Kobayashi 2017-03-01 15:01:03 +09:00
parent c0e88809c8
commit 1855aa5bd6
2 changed files with 1351 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -20,7 +20,7 @@ from tempest import config_resource_reservation as config
from tempest import exceptions
from tempest.lib.common.utils import test_utils
from tempest import resource_reservation_client_manager as clients
from tempest.scenario import manager
from tempest.scenario import manager_freeze as manager
CONF = config.CONF