73c9150afe
Implement a Counter class for use by notification plugins. Define a base class for Notification plugins. Define a dispatcher class for notification events to be passed to the plugins. Add a notification plugin for instance creation and "instance" counters. Add a reusable function for turning a Counter into a metering event dictionary. Change-Id: Iaa626b98e1a661ed31cc8b8e95263c111df20888
5 lines
147 B
Bash
Executable File
5 lines
147 B
Bash
Executable File
#!/bin/sh
|
|
# Simple test runner, should be replaced with tox
|
|
|
|
nosetests -P -d -v --with-coverage --cover-package=ceilometer --cover-inclusive tests
|