openstack_taster 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d3136ac3caf68b72c12a44e82bae215bba9d92b3
4
- data.tar.gz: 703757cd7e3c18576d6908082c80a7e4ef5213b6
3
+ metadata.gz: f3421d3ee2fb68cb63e8cd156deb0e391ee4c1fa
4
+ data.tar.gz: 3ba87cb1d70d37e4eae2659c588e4927af6b8f86
5
5
  SHA512:
6
- metadata.gz: 1ac7a02977641cc3107f4001c46b3f15bb32aec2448cfe21ee2f1befe02e7524dbb4aefdda506ec549c70a9a0b5feb1b56c458b4451bddb2e3987a24bb3ee069
7
- data.tar.gz: 3aa828cbdf287fe757c1cf4c3a30e69ad503f3fb94254b6074b171ffb9ee5c28f357e3a97a8d08eb00fca457efc14788731dbcf38df0de65501adb5167c45e27
6
+ metadata.gz: a62e1c50ab636ddd585dfb357594601fdee8257bcde10b89857a9d0228e0063528cd91ff357a3ca167cb4eceaf4eee817ab589c9e6960d959b485ae0e33e145d
7
+ data.tar.gz: 60dd596691257d5d5aa1b09c5d9b3d41db270454739206d7b70068202c4f2d2cf4a15e29006e57eae557eb1eb786c6b0b47c1d8bd2683457cf21b8bb0a4208a9
@@ -71,12 +71,12 @@ control 'ports-1.0' do
71
71
  only_if { !file('/etc/keystone').exist? }
72
72
 
73
73
  # ssh should be the only thing listening
74
- describe port.where { protocol =~ /tcp/ && port != 22 } do
74
+ describe port.where { protocol =~ /tcp/ && port != 22 && address !~ /^127/ } do
75
75
  it { should_not be_listening }
76
76
  end
77
77
 
78
78
  # It's OK if dhclient is listening
79
- describe port.where { protocol =~ /udp/ && port != 68 && process != 'dhclient' } do
79
+ describe port.where { protocol =~ /udp/ && port != 68 && process != 'dhclient' && address !~ /^127/ } do
80
80
  it { should_not be_listening }
81
81
  end
82
82
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: openstack_taster
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - OSU Open Source Lab
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-06-27 00:00:00.000000000 Z
11
+ date: 2018-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inspec