From 90d87d4b9c557a8c60edbd1ba26680df29d5640c 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 (cherry picked from commit 8b6402f3e5ff98c2701e626e47246b2400f76e5f) --- selftest/target/Samba3.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index dbfad1ccab4..77716e9481c 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -2010,6 +2010,10 @@ sub provision($$$$$$$$) copy = tmp kernel oplocks = yes vfs objects = streams_xattr xattr_tdb +[error_inject] + copy = tmp + vfs objects = error_inject + include = $libdir/error_inject.conf "; close(CONF); -- 2.47.2