Oof, the patches must be in `git am` format...
...said my own tools...
Change-Id: I08067b1fca16424bc390190c9ee59d8aa461cc99
diff --git a/patches/openstack/cinder/sep-sp-fix-test-rename.patch b/patches/openstack/cinder/sep-sp-fix-test-rename.patch
index 742699f..3899848 100644
--- a/patches/openstack/cinder/sep-sp-fix-test-rename.patch
+++ b/patches/openstack/cinder/sep-sp-fix-test-rename.patch
@@ -1,12 +1,21 @@
-StorPool: fix the "rename volume" unit test emulation
+From 498aa10da848c6d5e75b1d7f0d2c67fd9536f251 Mon Sep 17 00:00:00 2001
+From: Peter Penchev <openstack-dev@storpool.com>
+Date: Tue, 17 Jan 2023 01:20:59 +0200
+Subject: [PATCH 1/3] StorPool: fix the "rename volume" unit test emulation
Also update the "name" field of the actual data structure in
the fake list of volumes.
Change-Id: Iee9e3feea1af4f3d0acdf05ea1b540ecf59e755b
+---
+ cinder/tests/unit/volume/drivers/test_storpool.py | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/cinder/tests/unit/volume/drivers/test_storpool.py b/cinder/tests/unit/volume/drivers/test_storpool.py
+index 2e6f56526..f878c6d26 100644
--- a/cinder/tests/unit/volume/drivers/test_storpool.py
+++ b/cinder/tests/unit/volume/drivers/test_storpool.py
-@@ -135,7 +135,10 @@
+@@ -135,7 +135,10 @@ class MockAPI(object):
volumes[name]['size'] = data['size']
if 'rename' in data and data['rename'] != name:
@@ -18,7 +27,7 @@
del volumes[name]
-@@ -259,6 +262,8 @@
+@@ -259,6 +262,8 @@ class StorPoolTestCase(test.TestCase):
def assertVolumeNames(self, names):
self.assertListEqual(sorted([volumeName(n) for n in names]),
sorted(volumes.keys()))
@@ -27,3 +36,6 @@
@mock_volume_types
def test_create_delete_volume(self):
+--
+2.39.0
+