summarylogtreecommitdiffstats
path: root/0000-fix-tests-assertItemsEqual.patch
diff options
context:
space:
mode:
authorBigfootACA2021-09-03 12:27:08 +0800
committerBigfootACA2021-09-08 00:05:44 +0800
commit493273f8ce4910aaad0b3aae4b80c4d54714728d (patch)
treefe5fe44dc7eeaf4c5ce503d21f74cee6c519b5d1 /0000-fix-tests-assertItemsEqual.patch
parentc63e72cfe2c4c95303ebfb2caf26bf3e39733814 (diff)
downloadaur-openstack-cinder.tar.gz
upgrade to 18.1.0
Diffstat (limited to '0000-fix-tests-assertItemsEqual.patch')
-rw-r--r--0000-fix-tests-assertItemsEqual.patch30
1 files changed, 15 insertions, 15 deletions
diff --git a/0000-fix-tests-assertItemsEqual.patch b/0000-fix-tests-assertItemsEqual.patch
index 2ff01e1a0366..4474e2e33462 100644
--- a/0000-fix-tests-assertItemsEqual.patch
+++ b/0000-fix-tests-assertItemsEqual.patch
@@ -1,7 +1,7 @@
-diff --git a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py b/cinder-17.1.0/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py
+diff --git a/cinder-18.1.0/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py b/cinder-18.1.0/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py
index 8db1f8d..e997d5b 100644
---- a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py
-+++ b/cinder-17.1.0/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py
+--- a/cinder-18.1.0/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py
++++ b/cinder-18.1.0/cinder/tests/unit/volume/drivers/ibm/test_storwize_svc.py
@@ -4262,7 +4262,7 @@ class StorwizeSVCFcDriverTestCase(test.TestCase):
}
}
@@ -31,10 +31,10 @@ index 8db1f8d..e997d5b 100644
def test_storwize_svc_fc_host_maps(self):
# Create two volumes to be used in mappings
-diff --git a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py b/cinder-17.1.0/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py
+diff --git a/cinder-18.1.0/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py b/cinder-18.1.0/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py
index d4c732b..0d901e5 100644
---- a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py
-+++ b/cinder-17.1.0/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py
+--- a/cinder-18.1.0/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py
++++ b/cinder-18.1.0/cinder/tests/unit/volume/drivers/inspur/instorage/test_fc_driver.py
@@ -413,7 +413,7 @@ class InStorageMCSFcDriverTestCase(test.TestCase):
}
}
@@ -44,10 +44,10 @@ index d4c732b..0d901e5 100644
def test_instorage_mcs_fc_host_maps(self):
# Create two volumes to be used in mappings
-diff --git a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py b/cinder-17.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py
+diff --git a/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py b/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py
index 14c6bd7..609b6ef 100644
---- a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py
-+++ b/cinder-17.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py
+--- a/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py
++++ b/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/client/test_client_cmode.py
@@ -2267,7 +2267,7 @@ class NetAppCmodeClientTestCase(test.TestCase):
result = self.client.get_aggregate_disk_types(
fake_client.VOLUME_AGGREGATE_NAME)
@@ -66,10 +66,10 @@ index 14c6bd7..609b6ef 100644
mock_get_aggregate_disk_types.assert_has_calls([
mock.call(fake_client.VOLUME_AGGREGATE_NAME),
mock.call(fake_client.VOLUME_AGGREGATE_NAME, shared=True),
-diff --git a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py b/cinder-17.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py
+diff --git a/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py b/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py
index 8181bf0..65ea43b 100644
---- a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py
-+++ b/cinder-17.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py
+--- a/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py
++++ b/cinder-18.1.0/cinder/tests/unit/volume/drivers/netapp/dataontap/utils/test_capabilities.py
@@ -96,7 +96,7 @@ class CapabilitiesLibraryTestCase(test.TestCase):
result = self.ssc_library.get_ssc_flexvol_names()
@@ -79,10 +79,10 @@ index 8181bf0..65ea43b 100644
def test_get_ssc_for_flexvol(self):
-diff --git a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py b/cinder-17.1.0/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py
+diff --git a/cinder-18.1.0/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py b/cinder-18.1.0/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py
index 8824d70..403d3b7 100644
---- a/cinder-17.1.0-old/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py
-+++ b/cinder-17.1.0/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py
+--- a/cinder-18.1.0/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py
++++ b/cinder-18.1.0/cinder/tests/unit/volume/drivers/vmware/test_vmware_datastore.py
@@ -285,7 +285,7 @@ class DatastoreTest(test.TestCase):
datastores, valid_host_refs=[host2, host3])