remove the skip test of gnocchi

oslo cache 1.31.1 was excluded by requirements
https://review.openstack.org/#/c/615935/
we now can test again gnocchi

Change-Id: I78b9d21c0a61833967810cd98c2026f69e8f00f6
This commit is contained in:
Eyal 2018-11-08 10:24:57 +02:00
parent e4df987d36
commit 058302cf4b
1 changed files with 0 additions and 5 deletions

View File

@ -11,7 +11,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
import time
from oslo_log import log as logging
from vitrage_tempest_plugin.tests import utils
@ -21,8 +20,6 @@ from vitrage_tempest_plugin.tests.common import aodh_utils
from vitrage_tempest_plugin.tests.common import nova_utils
from vitrage_tempest_plugin.tests.common.tempest_clients import TempestClients
import unittest
LOG = logging.getLogger(__name__)
@ -109,13 +106,11 @@ class TestAodhAlarm(BaseAlarmsTest):
aodh_utils.delete_all_gnocchi_metrics()
nova_utils.delete_all_instances()
@unittest.skip('temporary skip until oslo.cache is fixed')
@utils.tempest_logger
def test_gnocchi_aggregation_by_resources_threshold(self):
try:
# Action
nova_utils.create_instances(num_instances=self.NUM_INSTANCE)
time.sleep(20)
aodh_utils.create_aodh_resources_threshold_alarm(
resource_id=self._find_instance_resource_id())