~ubuntu-branches/ubuntu/vivid/ceilometer/vivid

« back to all changes in this revision

Viewing changes to ceilometer/tests/storage/test_impl_sqlalchemy.py

  • Committer: Package Import Robot
  • Author(s): James Page, Corey Bryant, James Page
  • Date: 2015-02-19 14:59:07 UTC
  • mfrom: (1.2.3)
  • Revision ID: package-import@ubuntu.com-20150219145907-9jojybdsl64zcn14
Tags: 2015.1~b2-0ubuntu1
[ Corey Bryant ]
* New upstream release.
  - d/control: Align requirements with upstream.
  - d/p/skip-test.patch: Rebased.

[ James Page ]
* d/rules,d/p/skip-gabbi.patch: Skip tests that rely on python-gabbi until
  packaging and MIR is complete.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#
2
 
# Author: John Tran <jhtran@att.com>
3
 
#         Julien Danjou <julien@danjou.info>
4
 
#
5
1
# Licensed under the Apache License, Version 2.0 (the "License"); you may
6
2
# not use this file except in compliance with the License. You may obtain
7
3
# a copy of the License at
26
22
import repr
27
23
 
28
24
import mock
29
 
from oslo.utils import timeutils
 
25
from oslo_utils import timeutils
30
26
 
31
27
from ceilometer.alarm.storage import impl_sqlalchemy as impl_sqla_alarm
32
28
from ceilometer.event.storage import impl_sqlalchemy as impl_sqla_event