summaryrefslogtreecommitdiff
path: root/heat/tests/test_watch.py
Commit message (Expand)AuthorAgeFilesLines
* Use more specific asserts in testsBéla Vancsics2016-11-221-5/+5
* Remove oslo-incubator use in other client pluginsrabi2016-11-181-3/+1
* Fixup ceilometerclient testsMehdi Abaakouk2016-01-131-2/+3
* Use EntityNotFound instead of WatchRuleNotFoundricolin2015-11-291-4/+5
* Replaced mox with mock in test_watchJay Dobies2015-10-141-397/+430
* Mock out ceilometerclient redirect_to_aodh_endpointAngus Salkeld2015-08-111-0/+4
* Heat could not create samples with Ceilometerrico.lin2015-05-281-0/+46
* Show deprecated warnings when import parserEthan Lynn2015-04-141-4/+4
* Versioned object - WatchRule and WatchDatayuntongjin2015-03-181-6/+8
* Make import of oslo libraries namespacelessJens Rosenboom2015-02-181-1/+1
* Enable H904 style checking rulePavlo Shchelokovskyy2015-01-201-2/+2
* Remove mocking of timeutils.utcnowThomas Herve2015-01-081-11/+8
* Don't import HeatTestCase directlyZhenguo Niu2014-10-221-2/+2
* Merge "Don't evaluate ceilometer watchrules"Jenkins2014-10-101-0/+29
|\
| * Don't evaluate ceilometer watchrulesAngus Salkeld2014-09-291-0/+29
* | Switch to oslo.utilsJulien Danjou2014-09-301-1/+1
|/
* Use the template module to access the Template classAngus Salkeld2014-08-211-1/+2
* Order imports in alphabetical order (9/9)Pavlo Shchelokovskyy2014-05-221-1/+1
* Removing default version for templatesSergey Kraynev2014-05-121-1/+1
* tests remove wr_delete_after decoratorSteven Hardy2014-04-281-13/+0
* tests make dummy db setup/reset consistentSteven Hardy2014-04-281-5/+3
* Merge "Make the first line of every file consistent."Jenkins2014-04-081-1/+1
|\
| * Make the first line of every file consistent.Jason Dunsmore2014-03-041-1/+1
* | Order imports in alphabetical order (8/9)Pavlo Shchelokovskyy2014-03-271-3/+4
|/
* Remove vim header from files.Jason Dunsmore2014-03-041-1/+0
* Fix order of arguments in assertEqual (patch 2/2)Pavlo Shchelokovskyy2014-01-191-52/+52
* Fix comparison with singletonsPavlo Shchelokovskyy2014-01-131-1/+1
* Fix asserttion of typesPavlo Shchelokovskyy2014-01-111-2/+2
* To support both CW and CM, return alarmurl from policy refAngus Salkeld2013-08-231-3/+3
* Remove unnecessary individual import tests.utils.XLiang Chen2013-08-091-3/+2
* Add the AutoScalingGroupName to the server TagsAngus Salkeld2013-08-011-0/+131
* Make the current alarms use the signal actionAngus Salkeld2013-07-251-1/+1
* Use new style classesAngus Salkeld2013-07-231-2/+2
* Migrate all tests to use dummy_context.Steve Baker2013-07-221-7/+5
* engine : add suspend/resume support to watch resourceSteven Hardy2013-07-061-0/+78
* cleanup watchrule delete logic/testsSteven Hardy2013-07-041-109/+145
* Emit alarm actions if a rule remains in ALARM state.Steve Baker2013-06-241-4/+2
* Convert Stack to separate action/statusSteven Hardy2013-06-191-1/+2
* Use the Environment from within the engineAngus Salkeld2013-06-171-2/+1
* raise an UnknownUserParameter exception when receiving an unknown paramLiang Chen2013-06-081-1/+1
* Depend on discover to fix python2.6 testsThomas Herve2013-05-021-1/+5
* Remove use of nose attrib plugin and most unittestClint Byrum2013-04-301-10/+3
* Enable running tests via testrClint Byrum2013-04-301-0/+2
* Do not initialize anything during import phaseClint Byrum2013-04-241-1/+1
* Avoid manipulating DB directly in unit testZane Bitter2013-03-111-14/+10
* Get rid of unused importsZane Bitter2013-02-221-1/+0
* heat tests : WatchRule test add missing VerifyAllSteven Hardy2013-01-241-9/+17
* heat engine : make WatchRule initial state NODATASteven Hardy2013-01-221-9/+22
* heat tests : test_watch add tests for set_watch_stateSteven Hardy2013-01-221-0/+54
* heat tests : test_watch add create_watch_data testSteven Hardy2013-01-221-0/+32