From ff0e420e0dee4b769f6f72b2c877b26fdda0ad28 Mon Sep 17 00:00:00 2001 From: Vladimir Khlyunev Date: Fri, 6 Nov 2015 21:44:14 +0300 Subject: [PATCH] Remove code for skipping autoscale test Since we are introduced deployment tag for this test we do not need to skip test_autoscaling by code Change-Id: I7ec7309e3445e52fe58f27da98474f23ee791bd4 Closes-bug:#1513824 --- fuel_health/tests/tests_platform/test_heat.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/fuel_health/tests/tests_platform/test_heat.py b/fuel_health/tests/tests_platform/test_heat.py index a9b53b4a..e12e3080 100644 --- a/fuel_health/tests/tests_platform/test_heat.py +++ b/fuel_health/tests/tests_platform/test_heat.py @@ -595,12 +595,6 @@ class HeatSmokeTests(heatmanager.HeatBaseTest): Deployment tags: Ceilometer """ - if not self.ceilometer_client: - self.skipTest('This test can not be run in current configuration. ' - 'It checks Heat autoscaling using ' - 'Ceilometer resources, so Ceilometer ' - 'should be installed.') - self.check_image_exists() # creation of test flavor