diff options
| author | Ewan Mellor <ewan.mellor@citrix.com> | 2010-08-14 23:23:03 +0100 |
|---|---|---|
| committer | Ewan Mellor <ewan.mellor@citrix.com> | 2010-08-14 23:23:03 +0100 |
| commit | b50107ec739bc40e29d76ff56587ddbb478bd878 (patch) | |
| tree | c86ff4873b469ee9c61296a245d289e63ba576db | |
| parent | b323a5fc6d08b52bde18c64fea70a7b3421cadc3 (diff) | |
| download | nova-b50107ec739bc40e29d76ff56587ddbb478bd878.tar.gz nova-b50107ec739bc40e29d76ff56587ddbb478bd878.tar.xz nova-b50107ec739bc40e29d76ff56587ddbb478bd878.zip | |
Update cloud_unittest to match renamed internal function.
| -rw-r--r-- | nova/tests/cloud_unittest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/tests/cloud_unittest.py b/nova/tests/cloud_unittest.py index 40837405c..3501771cc 100644 --- a/nova/tests/cloud_unittest.py +++ b/nova/tests/cloud_unittest.py @@ -132,7 +132,7 @@ class CloudTestCase(test.BaseTestCase): 'state': 0x01, 'user_data': '' } - rv = self.cloud._format_instances(self.context) + rv = self.cloud._format_describe_instances(self.context) self.assert_(len(rv['reservationSet']) == 0) # simulate launch of 5 instances |
