Fix ignored unit test case of cinder::backend::pure

Change-Id: I7b540f9d1f604fc8c63e9cc7cbe5edfff82a055d
This commit is contained in:
Takashi Kajinami 2021-06-23 22:42:14 +09:00
parent 62899eba67
commit bf00282852
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,6 @@ describe 'cinder::backend::pure' do
:properties => ['volume_backend_name=pure']
)}
end
end
context 'pure volume driver with image_volume_cache_enabled disabled' do
let :params do
@ -90,6 +89,7 @@ describe 'cinder::backend::pure' do
is_expected.to contain_cinder_config('pure/image_volume_cache_enabled').with_value('false')
}
end
end
on_supported_os({
:supported_os => OSDefaults.get_supported_os