scenario002-container: ignore telemetry & barbican tests

We made Telemetry tests working in Queens cycle, not before, so we don't
want to execute the tests in stable branches.

Co-Authored-By: Wesley Hayutin <weshayutin@gmail.com>
Closes-Bug: #1736475
Change-Id: I13e05e9d9462554465aeced856860a45e1740f27
This commit is contained in:
Emilien Macchi 2017-12-07 08:50:38 -08:00 committed by Wes Hayutin
parent 143d083158
commit 3f6c12e87e
1 changed files with 10 additions and 13 deletions

View File

@ -78,19 +78,16 @@ run_tempest: >-
{%- endif -%}
test_regex: ''
tempest_whitelist:
# Testing zaqar doesn't work yet, but it's in progress
# - 'zaqar.tests.tempest_plugin.tests.v2.test_queues.TestManageQueue'
# Testing boot from volume and server connectivity
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
# Testing swift
- 'tempest.api.object_storage.test_object_services.ObjectTest'
# Testing cinder volumes encrypted by barbican:
- 'tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes'
# Testing telemetry autoscaling
- 'ceilometer.tests.tempest.scenario.test_telemetry_integration.TestTelemetryIntegration'
# TODO(emilien) run ec2api tests when ec2api is supported in python-tempestconf
# - 'ec2api.tests.functional.api.test_key_pairs.KeyPairTest'
# TODO(emilien) run ec2api tests when ec2api is supported in python-tempestconf
# 'ec2api.tests.functional.api.test_key_pairs.KeyPairTest'
tempest_whitelist: >-
{% if release not in ['newton', 'ocata', 'pike'] -%}
["tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern", "tempest.api.object_storage.test_object_services.ObjectTest", "tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes", "ceilometer.tests.tempest.scenario.test_telemetry_integration.TestTelemetryIntegration"]
{%- else -%}
["tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern", "tempest.api.object_storage.test_object_services.ObjectTest"]
{%- endif -%}
tempest_plugins:
- python-aodh-tests
- python-ceilometer-tests