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)
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

index 4e3169dc10725c430a14707c9afcef45e98cb4e0..8a49cdb80b9b20e924ea365e7eea89153f0deeea 100755 (executable)
@@ -553,6 +553,10 @@ sub setup_simpleserver($$)
        vfs objects = xattr_tdb streams_depot time_audit full_audit
        change notify = no
 
+       full_audit:syslog = no
+       full_audit:success = none
+       full_audit:failure = none
+
 [vfs_aio_fork]
        path = $prefix_abs/share
         vfs objects = aio_fork