~hazmat/pyjuju/unit-relation-with-addr

« back to all changes in this revision

Viewing changes to juju/providers/local/tests/test_agent.py

  • Committer: kapil.thangavelu at canonical
  • Date: 2011-09-27 16:51:50 UTC
  • Revision ID: kapil.thangavelu@canonical.com-20110927165150-zuh592zwfn668h74
rename lxc provider to local provider

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
from juju.lib.testing import TestCase
7
7
from juju.lib.lxc.tests.test_lxc import run_lxc_tests
8
8
from juju.tests.common import get_test_zookeeper_address
9
 
from juju.providers.lxc.agent import ManagedMachineAgent
 
9
from juju.providers.local.agent import ManagedMachineAgent
10
10
 
11
11
 
12
12
class ManagedAgentTest(TestCase):