Skip to content

Commit

Permalink
added accesslog test
Browse files Browse the repository at this point in the history
  • Loading branch information
djentangle committed Jul 31, 2024
1 parent 9af11af commit a0c47aa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,19 @@ suites:
inspec_tests:
- name: openldap-default
path: test/integration/default
- name: accesslog
run_list:
- recipe[openldap-test::accesslog]
attributes:
openldap:
accesslog:
enabled: true
logdb: '"cn=accesslog"'
directory: '/var/log/'
index: 'reqStart,reqEnd,reqResult eq'
logops: 'write'
logpurge: '8+00:00 1+00:00'
verifier:
inspec_tests:
- name: openldap-default
path: test/integration/default

0 comments on commit a0c47aa

Please sign in to comment.