Merge "Update featureset064 to use allowed list"

This commit is contained in:
Zuul 2022-10-26 09:45:10 +00:00 committed by Gerrit Code Review
commit 10035a6029
1 changed files with 1 additions and 5 deletions

View File

@ -122,11 +122,7 @@ tempest_tempestconf_profile:
network-id: "{{ tempest_neutron_public_network_id }}"
overrides: "{{ tempest_tempest_conf_overrides | default({}) | combine(tempest_tempestconf_profile_overrides | default({}), recursive=True) }}"
test_white_regex: ''
tempest_whitelist:
- 'tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_network_basic_ops'
tempest_test_whitelist: "{{ tempest_whitelist }}"
tempest_allowed_group: 'featureset064'
# Run an undercloud without glance or nova
undercloud_enable_nova: false