diff options
author | tilottama gaat <tilottama.gaat@rackspace.com> | 2013-04-17 03:01:57 +0000 |
---|---|---|
committer | tilottama gaat <tilottama.gaat@rackspace.com> | 2013-04-17 03:02:06 +0000 |
commit | c18df8ac9de1c4fbb54a10088faa19fcefc1f3b3 (patch) | |
tree | 2fc5b55c885d3ff4875178de60368d2183c2a64d | |
parent | 964df95013fe65d38b3675592ae02249e93d2bc5 (diff) | |
download | nova-c18df8ac9de1c4fbb54a10088faa19fcefc1f3b3.tar.gz nova-c18df8ac9de1c4fbb54a10088faa19fcefc1f3b3.tar.xz nova-c18df8ac9de1c4fbb54a10088faa19fcefc1f3b3.zip |
removing unused variable from a test
Change-Id: I4b5613ae756bac794f82dec4abfa1361efac4054
-rw-r--r-- | nova/tests/test_hypervapi.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_hypervapi.py b/nova/tests/test_hypervapi.py index b50709512..45466f783 100644 --- a/nova/tests/test_hypervapi.py +++ b/nova/tests/test_hypervapi.py @@ -1000,7 +1000,6 @@ class HyperVAPITestCase(test.TestCase): fake_mounted_disk = "fake_mounted_disk" fake_device_number = 0 - fake_free_slot = 1 m = volumeutils.VolumeUtils.get_device_number_for_target(target_iqn, target_lun) m.AndReturn(fake_device_number) |