summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-05-08 21:55:45 +0000
committerGerrit Code Review <review@openstack.org>2013-05-08 21:55:45 +0000
commitb5a946d314cc0f0057d7d9b89fefc508743569fd (patch)
tree09a565b5899d88c45a31b92842f25fa11e90cc9a
parent8b4e3d6e5537e171bc4bdd7a10898cacb5dbe5b6 (diff)
parent05f01d25fb4ea226acb8f412a4c2091b08859b01 (diff)
Merge "Removes duplicate assertEqual"
-rw-r--r--nova/tests/test_libvirt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/test_libvirt.py b/nova/tests/test_libvirt.py
index 35b65d764..edafd67c1 100644
--- a/nova/tests/test_libvirt.py
+++ b/nova/tests/test_libvirt.py
@@ -1238,7 +1238,6 @@ class LibvirtConnTestCase(test.TestCase):
snapshot = image_service.show(context, recv_meta['id'])
self.assertIsNone(func_call_matcher.match())
self.assertEquals(snapshot['properties']['image_state'], 'available')
- self.assertEquals(snapshot['properties']['image_state'], 'available')
self.assertEquals(snapshot['status'], 'active')
self.assertEquals(snapshot['disk_format'], 'ami')
self.assertEquals(snapshot['name'], snapshot_name)