소스 검색

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…
취소
저장