Do not skip nova API extensions policy test for rocky

Nova API extensions policies were removed in stein but
flag to skip the tests for those policies is not correctly
set to False for Rocky.

Change-Id: I80cff7328c47081f20abaf25396f340d1482ff20
This commit is contained in:
Ghanshyam Mann 2020-01-03 19:08:08 +00:00
parent 45f01b7417
commit 7085622dba
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ function install_patrole_tempest_plugin {
if [[ ${DEVSTACK_SERIES} == 'rocky' ]]; then
# TODO(cl566n): Policies used by Patrole testing. Remove these once stable/rocky becomes EOL.
iniset $TEMPEST_CONFIG policy-feature-enabled removed_nova_policies_stein False
iniset $TEMPEST_CONFIG policy-feature-enabled added_cinder_policies_stein False
iniset $TEMPEST_CONFIG policy-feature-enabled removed_keystone_policies_stein False