~ubuntu-branches/ubuntu/quantal/nova/quantal-proposed

« back to all changes in this revision

Viewing changes to nova/tests/test_quota.py

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2012-08-16 14:04:11 UTC
  • mto: This revision was merged to the branch mainline in revision 84.
  • Revision ID: package-import@ubuntu.com-20120816140411-0mr4n241wmk30t9l
Tags: upstream-2012.2~f3
ImportĀ upstreamĀ versionĀ 2012.2~f3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1404
1404
        def fake_get_session():
1405
1405
            return FakeSession()
1406
1406
 
1407
 
        def fake_get_quota_usages(context, session, keys):
 
1407
        def fake_get_quota_usages(context, session):
1408
1408
            return self.usages.copy()
1409
1409
 
1410
1410
        def fake_quota_usage_create(context, project_id, resource, in_use,