summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-08-30 14:49:24 +0200
committerStefan Metzmacher <metze@samba.org>2019-09-10 21:13:09 +0000
commit0318b68675d0318027ff5b6abf4a0d010839e6fd (patch)
tree2c91bac73faccfd435f00dec1bb3a3ba3d12bbef /source4/selftest
parent02ccbe08a53e385460d17b54bbabee5a362e1a5b (diff)
downloadsamba-0318b68675d0318027ff5b6abf4a0d010839e6fd.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> (cherry picked from commit 2ecab3c60abf9baa16a6a5e3eba0fc4720def840)
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 bf3dd98cbef..3f55649f217 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -342,6 +342,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]