Follow up "Fix missing session options for Barbican key manager"
Fix the missing test coverage of the new parameter added. Change-Id: I2eab59e2e22baa3d02610286ca449ff613f35b76 Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
@@ -23,6 +23,7 @@ describe 'manila::key_manager::barbican::service_user' do
|
||||
:cafile => '<SERVICE DEFAULT>',
|
||||
:certfile => '<SERVICE DEFAULT>',
|
||||
:keyfile => '<SERVICE DEFAULT>',
|
||||
:timeout => '<SERVICE DEFAULT>',
|
||||
:region_name => '<SERVICE DEFAULT>',
|
||||
)
|
||||
}
|
||||
@@ -43,6 +44,7 @@ describe 'manila::key_manager::barbican::service_user' do
|
||||
:cafile => '/opt/stack/data/cafile.pem',
|
||||
:certfile => 'certfile.crt',
|
||||
:keyfile => 'keyfile',
|
||||
:timeout => 60,
|
||||
:region_name => 'regionOne',
|
||||
})
|
||||
end
|
||||
@@ -62,6 +64,7 @@ describe 'manila::key_manager::barbican::service_user' do
|
||||
:cafile => '/opt/stack/data/cafile.pem',
|
||||
:certfile => 'certfile.crt',
|
||||
:keyfile => 'keyfile',
|
||||
:timeout => 60,
|
||||
:region_name => 'regionOne',
|
||||
)
|
||||
}
|
||||
|
Reference in New Issue
Block a user