From c03fcaeebce185ff135491acb40d294685b32935 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Apr 2013 17:06:19 +0200 Subject: [PATCH] Remove duplicate method definition This is defined similarly just a few lines above, so remove duplicate (outdated) instance. Change-Id: Id2eeb8c4d12fa2d16eb22f85fc22c47619233c22 --- cinder/tests/test_hp3par.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/cinder/tests/test_hp3par.py b/cinder/tests/test_hp3par.py index 39b406553..c6d0c57a7 100644 --- a/cinder/tests/test_hp3par.py +++ b/cinder/tests/test_hp3par.py @@ -577,9 +577,6 @@ class TestHP3PARISCSIDriver(HP3PARBaseDriver, test.TestCase): 'name': hostname} self._hosts[hostname] = host - def fake_iscsi_discover_target_iqn(self, remote_ip): - return 'iqn.2000-05.com.3pardata:21810002ac00383d' - def test_create_volume(self): self.flags(lock_path=self.tempdir) model_update = self.driver.create_volume(self.volume) -- 2.45.2