summaryrefslogtreecommitdiff
path: root/ceilometer/tests/api/v2/test_alarm_scenarios.py
Commit message (Expand)AuthorAgeFilesLines
* Use None instead of mutables in method params default valuesLena Novokshonova2014-09-191-2/+7
* Add validate alarm_actions schema in alarm APIRikimaru Honjo2014-09-031-0/+96
* Merge "Adding quotas on alarms"Jenkins2014-08-261-0/+115
|\
| * Adding quotas on alarmsJoe H. Rahme2014-08-261-0/+115
* | Triple double-quoted strings should be used for docstringsDina Belova2014-08-201-2/+1
|/
* Merge "Use None instead of mutables in test method params defaults"Jenkins2014-07-311-4/+4
|\
| * Use None instead of mutables in test method params defaultsIlya Tyaptin2014-07-221-4/+4
* | Fix dict and set order related issues in testsChris Dent2014-07-301-10/+10
* | Merge "Make the error message of alarm-not-found clear"Jenkins2014-07-281-3/+6
|\ \
| * | Make the error message of alarm-not-found clearliu-sheng2014-07-101-3/+6
* | | Replace dict.iteritems() with six.iteritems(dict)Dina Belova2014-07-281-4/+5
| |/ |/|
* | Allow to have different DB for alarm and meteringMehdi Abaakouk2014-07-181-31/+33
|/
* Fix H405 violations and re-enable gatingIgor Degtiarov2014-07-011-20/+34
* Fix H904 violations and re-enable gatingIgor Degtiarov2014-07-011-6/+6
* Fix hacking rule 302 and enable itZhiQiang Fan2014-06-191-3/+3
* Merge "Remove unused logging in tests"Jenkins2014-06-171-4/+0
|\
| * Remove unused logging in testsZhiQiang Fan2014-06-111-4/+0
* | Separate alarm storage models from other modelsMehdi Abaakouk2014-06-171-1/+1
* | Don't keep a single global TRANSPORT objectMehdi Abaakouk2014-06-161-5/+5
* | Merge "Adding alarm list filtering by state and meter"Jenkins2014-06-121-0/+40
|\ \
| * | Adding alarm list filtering by state and meterChristian Martinez2014-06-101-0/+40
| |/
* | Merge "Fix project authorization check"Jenkins2014-06-111-0/+49
|\ \ | |/ |/|
| * Fix project authorization checkZhiQiang Fan2014-05-241-0/+49
* | Remove (c) and remove unnecessary encoding linesMartin Geisler2014-05-311-2/+1
|/
* oslo.messaging context must be a dictMehdi Abaakouk2014-05-201-16/+35
* Improve combination rule validationIldiko Vancsa2014-04-181-1/+64
* Remove duplicate alarm from alarm_idsZhiQiang Fan2014-04-151-0/+40
* Replace oslo.rpc by oslo.messagingMehdi Abaakouk2014-04-141-12/+13
* Merge "Disable specifying alarm itself in combination rule"Jenkins2014-04-121-0/+24
|\
| * Disable specifying alarm itself in combination ruleZhiQiang Fan2014-04-091-0/+24
* | Merge "Prevent alarm_id in query field of getting history"Jenkins2014-04-091-0/+26
|\ \ | |/ |/|
| * Prevent alarm_id in query field of getting historyliu-sheng2014-03-111-0/+26
* | Merge "Refactored the way how testscenarios tests are run"Jenkins2014-04-031-3/+0
|\ \
| * | Refactored the way how testscenarios tests are runAlexei Kornienko2014-03-121-3/+0
* | | Merge "Verify user/project ID for alarm created by non-admin user"Jenkins2014-03-271-0/+84
|\ \ \
| * | | Verify user/project ID for alarm created by non-admin userEoghan Glynn2014-03-271-0/+84
* | | | Merge "Fix order of arguments in assertEquals"Jenkins2014-03-271-80/+74
|\ \ \ \ | |/ / / |/| | |
| * | | Fix order of arguments in assertEqualsIlya Tyaptin2014-03-261-80/+74
* | | | Merge "Fix updating alarm can specify existing alarm name"Jenkins2014-03-261-0/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Fix updating alarm can specify existing alarm nameliu-sheng2014-03-101-0/+40
| | |/ | |/|
* | | Merge "Fixes duplicated names in alarm time constraints"Jenkins2014-03-251-0/+29
|\ \ \
| * | | Fixes duplicated names in alarm time constraintsNejc Saje2014-03-181-0/+29
| |/ /
* | | Fix validation error for invalid field name in simple queryIldiko Vancsa2014-03-241-0/+24
* | | Ensure alarm rule conform to alarm typeliu-sheng2014-03-191-3/+59
|/ /
* | Adds time constraints to alarmsNejc Saje2014-03-041-1/+75
|/
* Fixed spelling error in CeilometerDamian Van Vuuren2014-02-201-1/+1
* Merge "Refactor timestamp existence validation in V2 API"Jenkins2014-02-201-0/+39
|\
| * Refactor timestamp existence validation in V2 APIIldiko Vancsa2014-02-191-0/+39
* | Modify the discription of combination alarmliu-sheng2014-02-181-0/+26
|/
* Merge "Test case for creating an alarm without auth headers"Jenkins2014-02-111-0/+41
|\