summaryrefslogtreecommitdiff
path: root/source3/selftest
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-08-30 14:49:24 +0200
committerRalph Boehme <slow@samba.org>2019-09-10 19:05:28 +0000
commit2ecab3c60abf9baa16a6a5e3eba0fc4720def840 (patch)
tree1d9240a9503a48de027a597a6b52abae5451da1c /source3/selftest
parent849e3842cd9a0000fb4393b6e770945b8d4d1dc2 (diff)
downloadsamba-2ecab3c60abf9baa16a6a5e3eba0fc4720def840.tar.gz
s4:torture: add a file-id related test
Note I'm using the share vfs_fruit_xattr because I need a share with both a streams and a acl_* VFS object. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14121 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/selftest')
-rwxr-xr-xsource3/selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 4e6b23f4c98..dfae2c57a1d 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -717,6 +717,8 @@ for t in tests:
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/delete_readonly -U$USERNAME%$PASSWORD --option=torture:delete_readonly=true')
plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD')
+ elif t == "smb2.fileid":
+ plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/vfs_fruit_xattr -U$USERNAME%$PASSWORD')
elif t == "rpc.wkssvc":
plansmbtorture4testsuite(t, "ad_member", '//$SERVER/tmp -U$DC_USERNAME%$DC_PASSWORD')
elif t == "rpc.srvsvc":