~hopem/nova/precise-updates-sru-lp1119248

« back to all changes in this revision

Viewing changes to nova/tests/test_virt_drivers.py

  • Committer: Package Import Robot
  • Author(s): Adam Gandelman
  • Date: 2012-08-27 14:50:40 UTC
  • mfrom: (79.1.3 precise-proposed)
  • Revision ID: package-import@ubuntu.com-20120827145040-vlkdab5i0smvnhei
Tags: 2012.1.3+stable-20120827-4d2a4afe-0ubuntu1
* New upstream snapshot, fixes FTBFS in -proposed. (LP: #1041120)
* Resynchronize with stable/essex (4d2a4afe):
  - [5d63601] Inappropriate exception handling on kvm live/block migration
    (LP: #917615)
  - [ae280ca] Deleted floating ips can cause instance delete to fail
    (LP: #1038266)

Show diffs side-by-side

added added

removed removed

Lines of Context:
143
143
                                     'd41d8cd98f00b204e9800998ecf8427e')
144
144
 
145
145
    @catch_notimplementederror
 
146
    def test_resume_state_on_host_boot(self):
 
147
        instance_ref, network_info = self._get_running_instance()
 
148
        self.connection.resume_state_on_host_boot(self.ctxt, instance_ref,
 
149
                                                  network_info)
 
150
 
 
151
    @catch_notimplementederror
146
152
    def test_rescue(self):
147
153
        instance_ref, network_info = self._get_running_instance()
148
154
        self.connection.rescue(self.ctxt, instance_ref, network_info, None)