~vila/uci-engine/1302471-fake-rabbit

« back to all changes in this revision

Viewing changes to tests/deployers.py

  • Committer: Vincent Ladeuil
  • Date: 2014-05-13 15:54:55 UTC
  • Revision ID: vila+ci@canonical.com-20140513155455-62oov5pgjz9fm5lx
Fix imports.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
# We need access to ci_utils
30
30
sys.path.append(os.path.join(HERE, '..', 'ci-utils'))
31
31
 
32
 
from ci_utils.testing import features, TestCaseWithGnupg
 
32
from ci_utils import testing
 
33
from ci_utils.testing import features
33
34
 
34
35
 
35
36
class AmuletDeployment(object):
54
55
 
55
56
 
56
57
@features.requires(features.bootstrapped_juju)
57
 
class DeployerTest(TestCaseWithGnupg):
 
58
class DeployerTest(testing.TestCaseWithGnupg):
58
59
    '''Base class for building juju deployer based tests.'''
59
60
 
60
61
    deployer_cfg = None