Codebase list cinder-tempest-plugin / 641d6a0
Merge "Use the embedded scenario manager instead of tempest one" Zuul authored 5 years ago Gerrit Code Review committed 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