Merge "Use the embedded scenario manager instead of tempest one"
Zuul authored 5 years ago
Gerrit Code Review committed 5 years ago
| 12 | 12 | # License for the specific language governing permissions and limitations |
| 13 | 13 | # under the License. |
| 14 | 14 | |
| 15 | from cinder_tempest_plugin.scenario import manager | |
| 16 | 15 | from tempest.common import utils |
| 17 | 16 | from tempest.lib import decorators |
| 17 | ||
| 18 | from cinder_tempest_plugin.scenario import manager | |
| 18 | 19 | |
| 19 | 20 | |
| 20 | 21 | class SnapshotDataIntegrityTests(manager.ScenarioTest): |