Merge "skipping nova driver tests for queens" into stable/queens

This commit is contained in:
Zuul 2018-08-30 17:16:16 +00:00 committed by Gerrit Code Review
commit 2a6e9b9630
1 changed files with 6 additions and 0 deletions

View File

@ -122,6 +122,12 @@ function _configure_tempest {
iniset $TEMPEST_CONFIG service_available $service "False"
fi
done
# queens flag for skipping nova driver tests because
# congress nova driver in queens does not work with the new
# novaclient 10.1.0 now part of upper-constraints
# https://review.openstack.org/#/c/571540/
iniset $TEMPEST_CONFIG congress-feature-enabled nova_driver "False"
}
function _configure_service {