summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks/audit_test/README.md
blob: 75e2f44808c12a3c2147742d6858f9601cefdad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# audit_test

This cookbook has some basic recipes to test audit mode.

In order to run these tests on your dev box:

```
$ bundle install
$ bundle exec chef-client -c kitchen-tests/.chef/client.rb -z -o audit_test::default -l debug
```

Expected JSON output for the tests will be printed to `debug` log.