Codebase list cinder-tempest-plugin / 3c5c8a2
Use the embedded scenario manager instead of tempest one While waiting for tempest scenario manager to stabilize its API, a copy of it has been imported, so make sure to use it and to not rely on tempest's one (whose API is changing during the stabilization process, so it may break anytime). Just one file needs to change its imports. At the same time, fix the import order for another file. Change-Id: I29c4784d59151948778cad57b7db56a368ed821d Luigi Toscano 5 years ago
2 changed file(s) with 4 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1212 # License for the specific language governing permissions and limitations
1313 # under the License.
1414
15 from cinder_tempest_plugin.scenario import manager
1615 from tempest.common import utils
1716 from tempest.lib import decorators
17
18 from cinder_tempest_plugin.scenario import manager
1819
1920
2021 class SnapshotDataIntegrityTests(manager.ScenarioTest):
1414 from tempest import config
1515 from tempest.lib.common.utils import data_utils
1616 from tempest.lib import decorators
17 from tempest.scenario import manager
17
18 from cinder_tempest_plugin.scenario import manager
1819
1920 CONF = config.CONF
2021