~hazmat/pyjuju/rapi-delta

« back to all changes in this revision

Viewing changes to juju/providers/orchestra/tests/test_bootstrap.py

  • Committer: Kapil Thangavelu
  • Date: 2012-09-19 20:38:44 UTC
  • mfrom: (573.1.6 rest-context)
  • Revision ID: kapil@canonical.com-20120919203844-dc2pf82ttm7xj3xs
Merged rest-context into rapi-delta.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
from xmlrpclib import Fault
2
 
from yaml import dump
3
2
 
4
3
from twisted.internet.defer import succeed, inlineCallbacks
5
4
 
6
5
from juju.errors import ProviderError
 
6
from juju.lib.serializer import dump
7
7
from juju.lib.testing import TestCase
8
8
from juju.providers.orchestra.machine import OrchestraMachine
9
9
from juju.providers.orchestra.tests.common import OrchestraTestMixin