Revert "Removal of tempest_whitelist variable"

This reverts commit aa2924a3fc.

Reason for revert: all fs052 jobs are running the same set of tests, we need to fix that.

Change-Id: I7c6eab230196f469309921dbc707d00aa55470e3
This commit is contained in:
Douglas Viroel 2022-07-08 20:36:46 +00:00
parent aa2924a3fc
commit a30c10d17e
2 changed files with 53 additions and 1 deletions

View File

@ -282,6 +282,11 @@
tempest_run_concurrency: 1
tempest_tempest_conf_overrides:
'telemetry.alarm_granularity': '60'
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
# TODO(marios): used by aodh stable/stein
# https://review.opendev.org/c/openstack/tripleo-ci/+/838110/9#message-0ba0f11e598b89ea088ff4014c68d9201ebcd5b4
@ -306,6 +311,12 @@
tempest_extra_config:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
tempest_test_whitelist:
- 'tempest.api.object_storage.test_object_services.ObjectTest'
- 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'
- 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest'
- 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
# TODO(marios): used by openstack/sahara stable/ussuri
# https://review.opendev.org/c/openstack/tripleo-ci/+/838110/8#message-c775ca4b4fbc2d1ced632f162e8e54879dfff735
@ -323,6 +334,10 @@
tempest_services:
- mistral
- sahara
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'sahara_tempest_plugin.tests.api.test_data_sources.DataSourceTest'
- 'mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2'
# TODO(pojadhav) used by openstack/tripleo-upgrade on stable/victoria
# https://review.opendev.org/c/openstack/tripleo-upgrade/+/836802/2#message-34eefaa88d2296ff439bed130ea69cebd6979559
@ -350,6 +365,9 @@
- 'ci/environments/scenario004-standalone.yaml'
tempest_services:
- manila
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesCephFSTest.test_create_get_delete_share'
# TODO(marios): used by ansible-role-python_venv_build on branch stable/stein.
# https://review.opendev.org/c/openstack/tripleo-ci/+/838110/8#message-db697f5274005c959b6005ac0999cc2bc0b23d61
@ -363,6 +381,11 @@
use_os_tempest: true
tempest_tempest_conf_overrides:
auth.use_dynamic_credentials: true
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_server_basic_ops'
- 'tempest.api.volume.admin.test_multi_backend'
- 'tempest.scenario.test_object_storage_basic_ops'
#
# DEPRECATED MULTINODE TEMPLATES:

View File

@ -440,6 +440,8 @@
tempest_run_concurrency: 1
tempest_tempest_conf_overrides:
'auth.tempest_roles': "Member"
tempest_test_whitelist:
- 'keystone_tempest_plugin.tests.api.identity.v3'
- job:
name: tripleo-ci-centos-8-scenario000-standalone
@ -466,6 +468,11 @@
tempest_tempest_conf_overrides:
'telemetry.alarm_granularity': '60'
'auth.tempest_roles': "Member"
tempest_test_whitelist:
- 'tempest.api.identity.v3'
- 'tempest.scenario.test_volume_boot_pattern.TestVolumeBootPattern.test_volume_boot_pattern'
- 'tempest.scenario.test_snapshot_pattern.TestSnapshotPattern.test_snapshot_pattern'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
- job:
name: tripleo-ci-centos-8-scenario001-standalone
@ -505,6 +512,12 @@
tempest_extra_config:
auth.tempest_roles: "'Member, creator'"
telemetry.alarm_granularity: '60'
tempest_test_whitelist:
- 'tempest.api.object_storage.test_object_services.ObjectTest'
- 'barbican_tempest_plugin.tests.scenario.test_volume_encryption.VolumeEncryptionTest'
- 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningSnapshotTest'
- 'barbican_tempest_plugin.tests.scenario.test_image_signing.ImageSigningTest.test_signed_image_upload_and_boot'
- 'telemetry_tempest_plugin.scenario.test_telemetry_integration.TestTelemetryIntegration'
- job:
name: tripleo-ci-centos-8-scenario002-standalone
@ -540,6 +553,12 @@
- designate
tempest_tempest_conf_overrides:
auth.tempest_roles: "Member"
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'sahara_tempest_plugin.tests.api.test_data_sources.DataSourceTest'
- 'mistral_tempest_tests.tests.api.v2.test_actions.ActionTestsV2'
- 'designate_tempest_plugin.tests.api.v2.test_recordset.RecordsetsTest'
- 'designate_tempest_plugin.tests.api.v2.test_zones.ZonesTest'
- job:
name: tripleo-ci-centos-8-scenario003-standalone
@ -575,6 +594,10 @@
- manila
tempest_tempest_conf_overrides:
'auth.tempest_roles': 'Member'
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'manila_tempest_tests.tests.api.test_shares.SharesNFSTest.test_create_get_delete_share'
- 'tempest.scenario.test_object_storage_basic_ops'
- job:
name: tripleo-ci-centos-8-scenario004-standalone
@ -607,6 +630,9 @@
- 'ci/environments/scenario007-standalone.yaml'
tempest_services:
- neutron
tempest_test_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
- 'tempest.scenario.test_minimum_basic.TestMinimumBasicScenario.test_minimum_basic_scenario'
tempest_private_net_provider_type: 'vxlan'
use_os_tempest: true
@ -913,6 +939,8 @@
- cinder
- horizon
- neutron
tempest_test_whitelist:
- 'scenario'
- job:
name: tripleo-ci-standalone-full-tempest-api-options
@ -921,7 +949,8 @@
featureset_override:
tempest_run_concurrency: 4
tempest_services: *tempest_services
tempest_test_whitelist:
- 'api'
### FIPS Jobs