drop testing for gnocchi until they fix the dependency problem

Change-Id: Idcd726767060197f44311b605a9b28a0d6e736f0
This commit is contained in:
Eyal 2020-12-22 13:35:34 +02:00
parent 02114b2485
commit 0ee1f9431f
2 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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