drop testing for gnocchi until they fix the dependency problem
Change-Id: Idcd726767060197f44311b605a9b28a0d6e736f0
This commit is contained in:
parent
02114b2485
commit
0ee1f9431f
@ -156,7 +156,7 @@
|
|||||||
aodh: https://opendev.org/openstack/aodh
|
aodh: https://opendev.org/openstack/aodh
|
||||||
mistral: https://opendev.org/openstack/mistral
|
mistral: https://opendev.org/openstack/mistral
|
||||||
vitrage: https://opendev.org/openstack/vitrage
|
vitrage: https://opendev.org/openstack/vitrage
|
||||||
ceilometer: https://opendev.org/openstack/ceilometer
|
# ceilometer: https://opendev.org/openstack/ceilometer
|
||||||
|
|
||||||
|
|
||||||
- job:
|
- job:
|
||||||
@ -240,6 +240,10 @@
|
|||||||
parent: vitrage-tempest-plugin-datasources
|
parent: vitrage-tempest-plugin-datasources
|
||||||
nodeset: openstack-single-node-bionic
|
nodeset: openstack-single-node-bionic
|
||||||
override-checkout: stable/ussuri
|
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:
|
- job:
|
||||||
name: vitrage-tempest-plugin-api-train
|
name: vitrage-tempest-plugin-api-train
|
||||||
|
@ -11,8 +11,8 @@
|
|||||||
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslo_log import log as logging
|
from oslo_log import log as logging
|
||||||
|
import testtools
|
||||||
from vitrage_tempest_plugin.tests import utils
|
from vitrage_tempest_plugin.tests import utils
|
||||||
|
|
||||||
from vitrage_tempest_plugin.tests.base import BaseVitrageTempest
|
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__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@testtools.skip('gnocchi is not stable')
|
||||||
class TestAodhAlarm(BaseVitrageTempest):
|
class TestAodhAlarm(BaseVitrageTempest):
|
||||||
NUM_INSTANCE = 1
|
NUM_INSTANCE = 1
|
||||||
NUM_ALARM = 1
|
NUM_ALARM = 1
|
||||||
|
Loading…
Reference in New Issue
Block a user