Procházet zdrojové kódy

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

tags/v0.7.0
Nicolas Rodriguez před 5 roky
rodič
revize
19acc34d8e
1 změnil soubory, kde provedl 3 přidání a 0 odebrání
  1. +3
    -0
      test/integration/default/controls/service_spec.rb

+ 3
- 0
test/integration/default/controls/service_spec.rb Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit