summaryrefslogtreecommitdiff
path: root/selftest/target
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2017-12-13 11:34:05 -0700
committerJeremy Allison <jra@samba.org>2017-12-15 21:43:19 +0100
commit8b6402f3e5ff98c2701e626e47246b2400f76e5f (patch)
tree51573b6763fa639cd4923d4efb4d06cee1c54f02 /selftest/target
parent24623d53256c2424563709dedc19af1a106ccc73 (diff)
downloadsamba-8b6402f3e5ff98c2701e626e47246b2400f76e5f.tar.gz
selftest: Add share for error injection testing
BUG: https://bugzilla.samba.org/show_bug.cgi?id=13189 Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'selftest/target')
-rwxr-xr-xselftest/target/Samba3.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm
index afbc795fead..229435dda74 100755
--- a/selftest/target/Samba3.pm
+++ b/selftest/target/Samba3.pm
@@ -2150,6 +2150,10 @@ sub provision($$$$$$$$$)
[compound_find]
copy = tmp
smbd:find async delay usec = 10000
+[error_inject]
+ copy = tmp
+ vfs objects = error_inject
+ include = $libdir/error_inject.conf
";
close(CONF);