|
@@ -13,7 +13,7 @@ end
|
|
|
describe port(5671) do
|
|
describe port(5671) do
|
|
|
it { should be_listening }
|
|
it { should be_listening }
|
|
|
its('protocols') { should include 'tcp' }
|
|
its('protocols') { should include 'tcp' }
|
|
|
- its('addresses') { should be_in ['0.0.0.0', '::'] }
|
|
|
|
|
|
|
+ its('addresses') { should be_in ['0.0.0.0', '::', '[::]'] }
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
# Sensu API
|
|
# Sensu API
|
|
@@ -42,7 +42,7 @@ end
|
|
|
describe port(3000) do
|
|
describe port(3000) do
|
|
|
it { should be_listening }
|
|
it { should be_listening }
|
|
|
its('protocols') { should include 'tcp' }
|
|
its('protocols') { should include 'tcp' }
|
|
|
- its('addresses') { should be_in ['0.0.0.0', '::'] }
|
|
|
|
|
|
|
+ its('addresses') { should be_in ['0.0.0.0', '::', '[::]'] }
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
# Ensure Sensu API has one consumer
|
|
# Ensure Sensu API has one consumer
|