From: <pn...@hy...> - 2009-11-20 23:41:33
|
Author: pnguyen Date: 2009-11-20 15:41:20 -0800 (Fri, 20 Nov 2009) New Revision: 13988 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=13988 Modified: trunk/tools/stresstests/resource_alert_driver.groovy Log: [HQ-1799] Use updated method Modified: trunk/tools/stresstests/resource_alert_driver.groovy =================================================================== --- trunk/tools/stresstests/resource_alert_driver.groovy 2009-11-20 23:41:01 UTC (rev 13987) +++ trunk/tools/stresstests/resource_alert_driver.groovy 2009-11-20 23:41:20 UTC (rev 13988) @@ -218,7 +218,7 @@ def alertDefIds = null if (isResourceType) { - def resourceAlertDefs = adM.one.findChildAlertDefinitions(alertDefId) + def resourceAlertDefs = adM.one.findAlertDefinitionChildren(alertDefId) alertDefIds = resourceAlertDefs.collect {return it.id} } else { alertDefIds = [alertDefId] |