cache: Fix missing assertion of hashclient_retry_attempts

... to make the cache class unit tests consistent.

Change-Id: Ie4cef2b3913c72e03d0b2c0002026450b5e16341
This commit is contained in:
Takashi Kajinami 2024-03-01 10:45:09 +09:00
parent 332fb89413
commit 0562666710
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ describe 'nova::cache' do
:enable_retry_client => '<SERVICE DEFAULT>',
:retry_attempts => '<SERVICE DEFAULT>',
:retry_delay => '<SERVICE DEFAULT>',
:hashclient_retry_attempts => '<SERVICE DEFAULT>',
:hashclient_retry_delay => '<SERVICE DEFAULT>',
:dead_timeout => '<SERVICE DEFAULT>',
:manage_backend_package => true,