瀏覽代碼

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…
取消
儲存