~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/tests/test_netapp_nfs.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-11-23 08:39:28 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20121123083928-xvzet603cjfj9p1t
Tags: 2013.1~g1-0ubuntu1
* New upstream release.
* debian/patches/avoid_setuptools_git_dependency.patch:
  Avoid git installation. (LP: #1075948) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
"""Unit tests for the NetApp-specific NFS driver module (netapp_nfs)"""
18
18
 
19
19
from cinder import context
 
20
from cinder import exception
20
21
from cinder import test
21
 
from cinder import exception
22
22
 
23
 
from cinder.volume import netapp_nfs
24
 
from cinder.volume import netapp
25
 
from cinder.volume import nfs
 
23
from cinder.volume.drivers import netapp
 
24
from cinder.volume.drivers import netapp_nfs
 
25
from cinder.volume.drivers import nfs
 
26
from mox import IgnoreArg
26
27
from mox import IsA
27
 
from mox import IgnoreArg
28
28
from mox import MockObject
29
29
 
30
30
import mox