Merge "This fix removes an erroneous underscore found within the function named test_snapshot_delete within test_snapshot.py found in both volume v1 and v2 of python-openstackclient."

This commit is contained in:
Zuul 2019-02-27 22:15:46 +00:00 committed by Gerrit Code Review
commit 1ea988e5c6
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ class VolumeSnapshotTests(common.BaseVolumeTests):
finally:
super(VolumeSnapshotTests, cls).tearDownClass()
def test_volume_snapshot__delete(self):
def test_volume_snapshot_delete(self):
"""Test create, delete multiple"""
name1 = uuid.uuid4().hex
cmd_output = json.loads(self.openstack(

View File

@ -43,7 +43,7 @@ class VolumeSnapshotTests(common.BaseVolumeTests):
finally:
super(VolumeSnapshotTests, cls).tearDownClass()
def test_volume_snapshot__delete(self):
def test_volume_snapshot_delete(self):
"""Test create, delete multiple"""
name1 = uuid.uuid4().hex
cmd_output = json.loads(self.openstack(