浏览代码

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

正在加载...
取消
保存