From: Christof Schmitt Date: Wed, 13 Dec 2017 18:34:05 +0000 (-0700) Subject: selftest: Add share for error injection testing X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=8b6402f3e5ff98c2701e626e47246b2400f76e5f;p=mdw%2Fsamba.git selftest: Add share for error injection testing BUG: https://bugzilla.samba.org/show_bug.cgi?id=13189 Signed-off-by: Christof Schmitt Reviewed-by: Jeremy Allison --- diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index afbc795fea..229435dda7 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);