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. Story: 2004977 Change-Id: Iae29ba7992dcf8596f4fb4333d8bcf1889ecd7e6
This commit is contained in:
parent
dcff1012fd
commit
811b001234
openstackclient/tests/functional/volume
@ -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(
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user