~jtv/maas/bug-1086239

« back to all changes in this revision

Viewing changes to src/provisioningserver/tests/test_cluster_config.py

  • Committer: Jeroen Vermeulen
  • Date: 2012-12-11 11:13:16 UTC
  • Revision ID: jtv@canonical.com-20121211111316-glw20lc3o3r6ok93
Sigh.  Okay, use the other testcase class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 
15
15
from fixtures import EnvironmentVariableFixture
16
16
from maastesting.factory import factory
 
17
from maastesting.testcase import TestCase
17
18
from provisioningserver.cluster_config import (
18
19
    get_cluster_uuid,
19
20
    get_cluster_variable,
20
21
    get_maas_url,
21
22
    )
22
 
from provisioningserver.testing.testcase import TestCase
23
23
 
24
24
 
25
25
class TestClusterConfig(TestCase):