Merge "Add missing test coverage about [quota] driver option"

This commit is contained in:
Zuul 2024-04-22 14:53:53 +00:00 committed by Gerrit Code Review
commit ddde8befa8
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@ describe 'nova::quota' do
let :default_params do
{
:driver => '<SERVICE DEFAULT>',
:instances => '<SERVICE DEFAULT>',
:cores => '<SERVICE DEFAULT>',
:ram => '<SERVICE DEFAULT>',
@ -42,6 +43,7 @@ describe 'nova::quota' do
context 'with provided parameters' do
before do
params.merge!({
:driver => 'nova.quota.DbQuotaDriver',
:instances => 20,
:cores => 40,
:ram => 102400,