From dd03b287fd61b0be66a1b3a8e3d1d530d2e4282b Mon Sep 17 00:00:00 2001 From: zhulingjie Date: Sun, 14 Oct 2018 11:27:04 -0400 Subject: [PATCH] fix misspelling of available Change-Id: I35d8b9443326479844bfc675d847210a8e932a15 --- cinder/tests/unit/volume/drivers/ibm/test_ds8k_proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/tests/unit/volume/drivers/ibm/test_ds8k_proxy.py b/cinder/tests/unit/volume/drivers/ibm/test_ds8k_proxy.py index 358dd357774..0fb76dfe453 100644 --- a/cinder/tests/unit/volume/drivers/ibm/test_ds8k_proxy.py +++ b/cinder/tests/unit/volume/drivers/ibm/test_ds8k_proxy.py @@ -1751,7 +1751,7 @@ class DS8KProxyTest(test.TestCase): self.assertTrue(mock_switch_connection.called) def test_find_lcu_for_eckd_replicated_volume(self): - """find LCU for eckd replicated volume when pprc path is availble.""" + """find LCU for eckd replicated volume when pprc path is available.""" self.configuration.connection_type = ( storage.XIV_CONNECTION_TYPE_FC_ECKD) self.configuration.ds8k_devadd_unitadd_mapping = 'C4-10'