summaryrefslogtreecommitdiff
path: root/source4/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 /source4/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 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 6d0efcc42b8..6b2f8b3e4b5 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -345,6 +345,7 @@ smb2_s3only = [
"smb2.kernel-oplocks",
"smb2.durable-v2-delay",
"smb2.aio_delay",
+ "smb2.fileid",
]
smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only]