Merge "Use the embedded scenario manager instead of tempest one"

This commit is contained in:
Zuul 2021-03-03 20:00:18 +00:00 committed by Gerrit Code Review
commit 641d6a009e
2 changed files with 4 additions and 2 deletions

View File

@ -13,10 +13,11 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from cinder_tempest_plugin.scenario import manager
from tempest.common import utils from tempest.common import utils
from tempest.lib import decorators from tempest.lib import decorators
from cinder_tempest_plugin.scenario import manager
class SnapshotDataIntegrityTests(manager.ScenarioTest): class SnapshotDataIntegrityTests(manager.ScenarioTest):

View File

@ -15,7 +15,8 @@ from tempest.common import waiters
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.lib import decorators from tempest.lib import decorators
from tempest.scenario import manager
from cinder_tempest_plugin.scenario import manager
CONF = config.CONF CONF = config.CONF