Преглед изворни кода

test(inspec): check that apt-cacher-ng port is opened

tags/v0.7.0
Nicolas Rodriguez пре 5 година
родитељ
комит
19acc34d8e
1 измењених фајлова са 3 додато и 0 уклоњено
  1. +3
    -0
      test/integration/default/controls/service_spec.rb

+ 3
- 0
test/integration/default/controls/service_spec.rb Прегледај датотеку

@@ -8,5 +8,8 @@ control 'AptCacherNG service' do

describe port(9999) do
it { should be_listening }
its('processes') { should include 'apt-cacher-ng' }
its('protocols') { should include 'tcp' }
its('addresses') { should include '0.0.0.0' }
end
end

Loading…
Откажи
Сачувај