From 1ba6e0ad0464924a4e6e9f4fa6b9f437fc57b57a Mon Sep 17 00:00:00 2001 From: Sirushti Murugesan Date: Thu, 9 Jul 2015 13:19:22 +0530 Subject: [PATCH] Re-enable the ceilometer alarm test Change-Id: I8de3be645841225fbb82baa38c3d0f0a623a4cb5 Depends-On: I6feaf639e198a5af7ce970552ce7633a26629024 --- heat_integrationtests/scenario/test_ceilometer_alarm.py | 1 - 1 file changed, 1 deletion(-) diff --git a/heat_integrationtests/scenario/test_ceilometer_alarm.py b/heat_integrationtests/scenario/test_ceilometer_alarm.py index 1ad702b003..d8f21fd620 100644 --- a/heat_integrationtests/scenario/test_ceilometer_alarm.py +++ b/heat_integrationtests/scenario/test_ceilometer_alarm.py @@ -36,7 +36,6 @@ class CeilometerAlarmTest(test.HeatIntegrationTest): def test_alarm(self): """Confirm we can create an alarm and trigger it.""" - self.skipTest('Until bug 1472891 is fixed in ceilometer') # 1. create the stack stack_identifier = self.stack_create(template=self.template)