summaryrefslogtreecommitdiff
path: root/ceilometerclient/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* Allow to set matching_metadata with the cli1.0.2Mehdi Abaakouk2013-07-221-0/+12
| | | | | | | | | | | This change allows to set the matching_metadata of a alarm like this: ceilometer alarm-create --matching-metadata 'key=value' \ --matching-metadata 'key2=value2' --name 'alarm' ... Fixes bug #1201877 Change-Id: I22bf261b0a9580a06ae107ed45d082171f21fcc4
* Move tests to ceilometerclient.Monty Taylor2013-06-301-0/+47
tests.* implies an incorrect global package name. Additionally, consuming code can benefit from being able to choose to consume test code and fixtures. Change-Id: I7ba2b3ba1c2a99410b54fc40b48dfe2fc53eb79a