commit | b4e0dab36a21fe7687e718988895290ac2472abe | [log] [tgz] |
---|---|---|
author | Eric Harney <eharney@redhat.com> | Mon Oct 02 16:30:38 2017 -0400 |
committer | Sean McGinnis <sean.mcginnis@huawei.com> | Fri Dec 01 16:28:22 2017 -0600 |
tree | 4f248c5ffe22fa914390129b20c253114712dd62 | |
parent | d6599b22283f8c8c54f4f184788dd386975bfefe [diff] [blame] |
Fix tempest test revet_client typo TrivialFix Change-Id: Ib4a0c50f699edb1cc2ea669ac711eb2f537be417
diff --git a/cinder/tests/tempest/cinder_clients.py b/cinder/tests/tempest/cinder_clients.py index aad32d4..8d9abe7 100644 --- a/cinder/tests/tempest/cinder_clients.py +++ b/cinder/tests/tempest/cinder_clients.py
@@ -36,5 +36,5 @@ self.consistencygroups_adm_client = ( consistencygroups_client.ConsistencyGroupsClient(auth_provider, **params)) - self.volume_revet_client = ( + self.volume_revert_client = ( volume_revert_client.VolumeRevertClient(auth_provider, **params))