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:
parent
25a72a656b
commit
55600c137f
1241
manila_tempest_tests/tests/scenario/manager.py
Normal file
1241
manila_tempest_tests/tests/scenario/manager.py
Normal file
File diff suppressed because it is too large
Load Diff
@ -18,13 +18,13 @@ import six
|
|||||||
|
|
||||||
from tempest import config
|
from tempest import config
|
||||||
from tempest.lib.common.utils import data_utils
|
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 constants
|
||||||
from manila_tempest_tests.common import remote_client
|
from manila_tempest_tests.common import remote_client
|
||||||
from manila_tempest_tests.services.share.json import shares_client
|
from manila_tempest_tests.services.share.json import shares_client
|
||||||
from manila_tempest_tests.services.share.v2.json import (
|
from manila_tempest_tests.services.share.v2.json import (
|
||||||
shares_client as shares_v2_client)
|
shares_client as shares_v2_client)
|
||||||
|
from manila_tempest_tests.tests.scenario import manager
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
LOG = log.getLogger(__name__)
|
LOG = log.getLogger(__name__)
|
||||||
|
Loading…
Reference in New Issue
Block a user