From 8b6402f3e5ff98c2701e626e47246b2400f76e5f Mon Sep 17 00:00:00 2001 From: Christof Schmitt Date: Wed, 13 Dec 2017 11:34:05 -0700 Subject: [PATCH] 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 --- selftest/target/Samba3.pm | 4 ++++ 1 file changed, 4 insertions(+) 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); -- 2.34.1