~ubuntu-branches/ubuntu/wily/ceilometer/wily-proposed

« back to all changes in this revision

Viewing changes to ceilometer/tests/publisher/test_direct.py

  • Committer: Package Import Robot
  • Author(s): Corey Bryant
  • Date: 2015-08-17 11:28:21 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20150817112821-tcvt0ddyg38lgzpt
Tags: 1:5.0.0~b2-0ubuntu1
* New upstream milestone for OpenStack Liberty.
* d/control: Align (build-)depends with upstream.
* d/p/disable-contextlib2.patch: Dropped. Added python-contextlib2 to BD's.
* d/p/disable-kafka.patch: Rebased.
* d/rules: Remove .eggs directory in override_dh_auto_clean.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
                             traits=[], raw={})
93
93
                 for i in range(0, 5)]
94
94
 
95
 
    def test_direct_publisher(self, ):
 
95
    def test_direct_publisher(self):
96
96
        parsed_url = netutils.urlsplit('direct://')
97
97
        publisher = direct.DirectPublisher(parsed_url)
98
98
        publisher.publish_events(None, self.test_data)