selftest: Disable full audit logging in selftest
authorChristof Schmitt <cs@samba.org>
Mon, 11 Jul 2016 17:49:34 +0000 (10:49 -0700)
committerJeremy Allison <jra@samba.org>
Wed, 13 Jul 2016 01:00:15 +0000 (03:00 +0200)
commitf18a920b0345768181e604d129d9235c193e89db
treeee681612f5b5207a1d7635ba21ba85a58633c3fa
parentb7d2132180333cccb8c53708bf5e24bc3e105d81
selftest: Disable full audit logging in selftest

Commit 6eba42f activated the full_audit and time_audit modules for the
simpleserver config to trigger the check that all VFS functions are
implemented in these two modules. This resulted in all operations being
logged to syslog during a test run.

Change the full_audit configuration to keep loading the modules, but not
log anything from full_audit to not slow down the test or spam the logs.

Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
selftest/target/Samba3.pm