~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/test_xensm.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from nova.openstack.common import log as logging
26
26
from nova import test
27
27
from nova.tests.xenapi import stubs
28
 
from nova.virt.xenapi import connection as xenapi_conn
 
28
from nova.virt.xenapi import driver as xenapi_conn
29
29
from nova.virt.xenapi import fake as xenapi_fake
30
30
from nova.virt.xenapi import volume_utils
31
31
from nova.volume import xensm
35
35
FLAGS = flags.FLAGS
36
36
 
37
37
 
38
 
class XenSMTestCase(test.TestCase):
 
38
class XenSMTestCase(stubs.XenAPITestBase):
39
39
    """Unit tests for Xen Storage Manager Volume operations."""
40
40
 
41
41
    def _get_sm_backend_params(self):