瀏覽代碼

Add test on syslog-ng service

master
Nicolas Rodriguez 7 年之前
父節點
當前提交
2b7fab4318
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. +6
    -0
      test/integration/syslog_ng/controls/syslog_ng.rb

+ 6
- 0
test/integration/syslog_ng/controls/syslog_ng.rb 查看文件

@@ -9,3 +9,9 @@ end
describe file('/etc/syslog-ng/syslog-ng.conf') do
it { should exist }
end

describe sysv_service('syslog-ng') do
it { should be_installed }
it { should be_enabled }
it { should be_running }
end

Loading…
取消
儲存