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:
commit
1ea988e5c6
openstackclient/tests/functional/volume
@ -42,7 +42,7 @@ class VolumeSnapshotTests(common.BaseVolumeTests):
|
|||||||
finally:
|
finally:
|
||||||
super(VolumeSnapshotTests, cls).tearDownClass()
|
super(VolumeSnapshotTests, cls).tearDownClass()
|
||||||
|
|
||||||
def test_volume_snapshot__delete(self):
|
def test_volume_snapshot_delete(self):
|
||||||
"""Test create, delete multiple"""
|
"""Test create, delete multiple"""
|
||||||
name1 = uuid.uuid4().hex
|
name1 = uuid.uuid4().hex
|
||||||
cmd_output = json.loads(self.openstack(
|
cmd_output = json.loads(self.openstack(
|
||||||
|
@ -43,7 +43,7 @@ class VolumeSnapshotTests(common.BaseVolumeTests):
|
|||||||
finally:
|
finally:
|
||||||
super(VolumeSnapshotTests, cls).tearDownClass()
|
super(VolumeSnapshotTests, cls).tearDownClass()
|
||||||
|
|
||||||
def test_volume_snapshot__delete(self):
|
def test_volume_snapshot_delete(self):
|
||||||
"""Test create, delete multiple"""
|
"""Test create, delete multiple"""
|
||||||
name1 = uuid.uuid4().hex
|
name1 = uuid.uuid4().hex
|
||||||
cmd_output = json.loads(self.openstack(
|
cmd_output = json.loads(self.openstack(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user