~yolanda.robla/nova/precise-security

« back to all changes in this revision

Viewing changes to nova/tests/test_virt_drivers.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-04-02 11:17:33 UTC
  • mto: (79.1.1 precise-proposed)
  • mto: This revision was merged to the branch mainline in revision 73.
  • Revision ID: package-import@ubuntu.com-20120402111733-jc0lg7anbrok67q7
Tags: upstream-2012.1~rc2
ImportĀ upstreamĀ versionĀ 2012.1~rc2

Show diffs side-by-side

added added

removed removed

Lines of Context:
451
451
        nova.virt.libvirt.connection.libvirt_utils = fake_libvirt_utils
452
452
        nova.virt.libvirt.firewall.libvirt = fakelibvirt
453
453
 
 
454
        # So that the _supports_direct_io does the test based
 
455
        # on the current working directory, instead of the
 
456
        # default instances_path which doesn't exist
 
457
        FLAGS.instances_path = ''
 
458
 
454
459
        # Point _VirtDriverTestCase at the right module
455
460
        self.driver_module = nova.virt.libvirt.connection
456
461
        super(LibvirtConnTestCase, self).setUp()