Update featureset063 to use allowed group

This patch update featureset063 to use allowed group as well as remove
some old tempest variables that are no longer being used.

Change-Id: I777fb3e4b8514ee57d9368b9c9cb2573e5b7f772
This commit is contained in:
Arx Cruz 2022-10-25 10:42:45 +02:00
parent b5340dc71b
commit 466ac464d9
1 changed files with 1 additions and 20 deletions

View File

@ -129,24 +129,5 @@ overcloud_cloud_name_ctlplane: "overcloud.ctlplane.{{ tripleo_domain }}"
additional_cell: true
# Tempest configuration, keep always at the end of the file
test_ping: false
test_regex: ''
tempest_whitelist:
- 'tempest.api.identity'
- 'tempest.api.image.v2.test_images.BasicOperationsImagesTest'
- 'tempest.api.image.v2.test_images_tags_negative.ImagesTagsNegativeTest'
- 'tempest.api.image.v2.test_images_member_negative.ImagesMemberNegativeTest'
- 'tempest.api.compute.admin.test_flavors'
- 'tempest.api.compute.flavors'
- 'tempest.api.compute.keypairs'
- 'tempest.api.compute.admin.test_quotas'
- 'tempest.api.compute.admin.test_aggregates_negative'
- 'tempest.api.compute.security_groups'
- 'tempest.api.network.test_networks'
- 'tempest.api.network.test_networks_negative'
- 'tempest.api.network.test_security_groups_negative'
- 'tempest.api.network.test_ports'
- 'tempest.api.network.test_routers_negative'
test_black_regex: []
tempest_allowed_group: 'featureset063'