Merge "Remove logging import unused"
Jenkins authored 9 years ago
Gerrit Code Review committed 9 years ago
| 13 | 13 | # License for the specific language governing permissions and limitations |
| 14 | 14 | # under the License. |
| 15 | 15 | |
| 16 | from oslo_log import log as logging | |
| 17 | 16 | from tempest.api.volume import base |
| 18 | 17 | from tempest.common import waiters |
| 19 | 18 | from tempest import config |
| 23 | 22 | from cinder.tests.tempest import cinder_clients |
| 24 | 23 | |
| 25 | 24 | CONF = config.CONF |
| 26 | LOG = logging.getLogger(__name__) | |
| 27 | 25 | |
| 28 | 26 | |
| 29 | 27 | class ConsistencyGroupsV2Test(base.BaseVolumeAdminTest): |