From 7a51c5e46959d2f142052a2f9799ac5a44b99345 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 9 Aug 2012 15:27:50 +0200 Subject: selftest/knownfail: we pass some samba3.smb2.durable-* tests now metze Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Sat Sep 8 23:18:39 CEST 2012 on sn-devel-104 --- selftest/target/Samba3.pm | 5 +++++ selftest/target/Samba4.pm | 6 ++++++ 2 files changed, 11 insertions(+) (limited to 'selftest/target') diff --git a/selftest/target/Samba3.pm b/selftest/target/Samba3.pm index 943e922e5e..c1f8fbd3c0 100755 --- a/selftest/target/Samba3.pm +++ b/selftest/target/Samba3.pm @@ -981,6 +981,11 @@ sub provision($$$$$$) [hideunwrite] copy = tmp hide unwriteable files = yes +[durable] + copy = tmp + kernel share modes = no + kernel oplocks = no + posix locking = no [print1] copy = tmp printable = yes diff --git a/selftest/target/Samba4.pm b/selftest/target/Samba4.pm index d2e890e53b..9563da642d 100644 --- a/selftest/target/Samba4.pm +++ b/selftest/target/Samba4.pm @@ -1419,6 +1419,12 @@ sub provision_plugin_s4_dc($$) copy = tmp hide unreadable = yes +[durable] + copy = tmp + kernel share modes = no + kernel oplocks = no + posix locking = no + [print\$] copy = tmp -- cgit