aboutsummaryrefslogtreecommitdiffstats
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/classes/tripleo_profile_base_gnocchi_api_spec.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/spec/classes/tripleo_profile_base_gnocchi_api_spec.rb b/spec/classes/tripleo_profile_base_gnocchi_api_spec.rb
index 90bdea0..60e82b3 100644
--- a/spec/classes/tripleo_profile_base_gnocchi_api_spec.rb
+++ b/spec/classes/tripleo_profile_base_gnocchi_api_spec.rb
@@ -82,6 +82,9 @@ describe 'tripleo::profile::base::gnocchi::api' do
is_expected.to contain_class('gnocchi::storage').with(
:coordination_url => 'redis://:gnocchi@127.0.0.1:6379/'
)
+ is_expected.to contain_class('gnocchi::storage::incoming::redis').with(
+ :redis_url => 'redis://:gnocchi@127.0.0.1:6379/'
+ )
is_expected.to contain_class('gnocchi::storage::file')
}
end
@@ -100,6 +103,9 @@ describe 'tripleo::profile::base::gnocchi::api' do
is_expected.to contain_class('gnocchi::storage').with(
:coordination_url => 'redis://:gnocchi@127.0.0.1:6379/'
)
+ is_expected.to contain_class('gnocchi::storage::incoming::redis').with(
+ :redis_url => 'redis://:gnocchi@127.0.0.1:6379/'
+ )
is_expected.to contain_class('gnocchi::storage::ceph')
}
end