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
This commit is contained in:
parent
9690a2de82
commit
ff0e420e0d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user