~lutostag/ubuntu/utopic/maas/1.5.2

« back to all changes in this revision

Viewing changes to src/metadataserver/tests/test_api.py

  • Committer: Package Import Robot
  • Author(s): Andres Rodriguez
  • Date: 2012-03-15 18:14:08 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20120315181408-zgl94hzo0x4n99an
Tags: 0.1+bzr295+dfsg-0ubuntu2
* debian/patches:
  - 01-fix-database-settings.patch: Update to set PSERV_URL.
  - 02-pserv-config.patch: Set port to 8001.
* debian/maas.postinst: Run maas-import-isos on install.
* debian/control: Depends on rabbitmq-server.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
from maasserver.exceptions import Unauthorized
20
20
from maasserver.testing.factory import factory
21
21
from maasserver.testing.oauthclient import OAuthAuthenticatedClient
22
 
from maastesting import TestCase
 
22
from maastesting.testcase import TestCase
23
23
from metadataserver.api import (
24
24
    check_version,
25
25
    extract_oauth_key,