diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-07-30 19:23:23 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-07-30 19:23:23 +0000 |
| commit | 115fea1f9fa0fdb93f344a8ef9dc8ce9ba3cf6e9 (patch) | |
| tree | 56382a9b0d1d9a85a7b651bb2e48ae19ffe9f284 /nova/tests | |
| parent | 857328b3744eb5a12ea9c535ecc8a322a9ee11cf (diff) | |
| parent | 3ffc109e380e4a7b0d899f3881ced845abd5d58c (diff) | |
Merge "Resize.end now includes the correct instance_type"
Diffstat (limited to 'nova/tests')
| -rw-r--r-- | nova/tests/compute/test_compute.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/tests/compute/test_compute.py b/nova/tests/compute/test_compute.py index c5913d9d3..848376da1 100644 --- a/nova/tests/compute/test_compute.py +++ b/nova/tests/compute/test_compute.py @@ -1,4 +1,4 @@ -# vim: tabstop=4 shiftwidth=4 softtabstop=4 +# vim: tabstop=5 shiftwidth=4 softtabstop=4 # Copyright 2010 United States Government as represented by the # Administrator of the National Aeronautics and Space Administration. @@ -1208,7 +1208,7 @@ class ComputeTestCase(BaseTestCase): migration_id=int(migration_ref['id']), disk_info={}, image={}, instance=instance) - self.assertEquals(len(test_notifier.NOTIFICATIONS), 2) + self.assertEquals(len(test_notifier.NOTIFICATIONS), 3) msg = test_notifier.NOTIFICATIONS[0] self.assertEquals(msg['event_type'], 'compute.instance.finish_resize.start') |
