From 0ee1f9431ff3a407c73e9f8c04da41504a32b98b Mon Sep 17 00:00:00 2001 From: Eyal Date: Tue, 22 Dec 2020 13:35:34 +0200 Subject: [PATCH] drop testing for gnocchi until they fix the dependency problem Change-Id: Idcd726767060197f44311b605a9b28a0d6e736f0 --- .zuul.yaml | 6 +++++- vitrage_tempest_plugin/tests/datasources/test_aodh.py | 3 ++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index aab41a9..90d8a5f 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -156,7 +156,7 @@ aodh: https://opendev.org/openstack/aodh mistral: https://opendev.org/openstack/mistral vitrage: https://opendev.org/openstack/vitrage - ceilometer: https://opendev.org/openstack/ceilometer + # ceilometer: https://opendev.org/openstack/ceilometer - job: @@ -240,6 +240,10 @@ parent: vitrage-tempest-plugin-datasources nodeset: openstack-single-node-bionic override-checkout: stable/ussuri + # FIXME(ramishra): Make it voting once stable/ussuri + # starts using available images from mirror. + # fedora 31 doesn't exists in repo + voting: false - job: name: vitrage-tempest-plugin-api-train diff --git a/vitrage_tempest_plugin/tests/datasources/test_aodh.py b/vitrage_tempest_plugin/tests/datasources/test_aodh.py index 8167dad..d17d79d 100644 --- a/vitrage_tempest_plugin/tests/datasources/test_aodh.py +++ b/vitrage_tempest_plugin/tests/datasources/test_aodh.py @@ -11,8 +11,8 @@ # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # License for the specific language governing permissions and limitations # under the License. - from oslo_log import log as logging +import testtools from vitrage_tempest_plugin.tests import utils from vitrage_tempest_plugin.tests.base import BaseVitrageTempest @@ -23,6 +23,7 @@ from vitrage_tempest_plugin.tests.common.tempest_clients import TempestClients LOG = logging.getLogger(__name__) +@testtools.skip('gnocchi is not stable') class TestAodhAlarm(BaseVitrageTempest): NUM_INSTANCE = 1 NUM_ALARM = 1