Local copy of scenario test base class

The scenario tests base class from Tempest is not a stable interface
and it's going to be refactored on Tempest side, as notified in

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

Maintain a local copy of the base class, taken from Tempest with head of
master at c5f1064759fe6c75a4bc5dc251ed1661845936cb.

Change-Id: I1b7470f38b9814b9baa064f9302f4f3b6a8c7894
This commit is contained in:
Andrea Frittoli 2017-03-07 19:17:11 +00:00 committed by Dustin Schoenbrun
parent 25a72a656b
commit 55600c137f
2 changed files with 1242 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,13 +18,13 @@ import six
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.scenario import manager
from manila_tempest_tests.common import constants
from manila_tempest_tests.common import remote_client
from manila_tempest_tests.services.share.json import shares_client
from manila_tempest_tests.services.share.v2.json import (
shares_client as shares_v2_client)
from manila_tempest_tests.tests.scenario import manager
CONF = config.CONF
LOG = log.getLogger(__name__)