NoSQL: Fix Redis spec output
Change-Id: Ia1d79f930b09f9492964473b07095927aac59984
This commit is contained in:
parent
eeb8db61ca
commit
fdb871daec
@ -32,7 +32,7 @@ describe 'cloud::database::nosql::redis' do
|
|||||||
let :pre_condition do
|
let :pre_condition do
|
||||||
"class { 'cloud': manage_firewall => true }"
|
"class { 'cloud': manage_firewall => true }"
|
||||||
end
|
end
|
||||||
it 'configure memcached firewall rules' do
|
it 'configure redis firewall rules' do
|
||||||
is_expected.to contain_firewall('100 allow redis access').with(
|
is_expected.to contain_firewall('100 allow redis access').with(
|
||||||
:port => '6379',
|
:port => '6379',
|
||||||
:proto => 'tcp',
|
:proto => 'tcp',
|
||||||
@ -48,7 +48,7 @@ describe 'cloud::database::nosql::redis' do
|
|||||||
before :each do
|
before :each do
|
||||||
params.merge!(:firewall_settings => { 'limit' => '50/sec' } )
|
params.merge!(:firewall_settings => { 'limit' => '50/sec' } )
|
||||||
end
|
end
|
||||||
it 'configure memcached firewall rules with custom parameter' do
|
it 'configure redis firewall rules with custom parameter' do
|
||||||
is_expected.to contain_firewall('100 allow redis access').with(
|
is_expected.to contain_firewall('100 allow redis access').with(
|
||||||
:port => '6379',
|
:port => '6379',
|
||||||
:proto => 'tcp',
|
:proto => 'tcp',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user