diff options
author | Christof Schmitt <cs@samba.org> | 2018-09-28 16:08:22 -0700 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-07-05 03:33:19 +0000 |
commit | aa199696b9cf16660a7f8f2bcc2940153a855c41 (patch) | |
tree | 4cc7c733d78cd071e876dd126249dceca0bcd794 /selftest/skip | |
parent | 7425a8fbbe358c389f863a7295a95dff023f52dc (diff) | |
download | samba-aa199696b9cf16660a7f8f2bcc2940153a855c41.tar.gz |
smbtorture: Add smb2.ioctl.sparse_set_sparse
This allows for manual testing of changing the sparse setting on a file
and verifying the flag in the file system.
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/skip')
-rw-r--r-- | selftest/skip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/skip b/selftest/skip index 43f65c3f1bd..d9e615146fb 100644 --- a/selftest/skip +++ b/selftest/skip @@ -70,6 +70,7 @@ ^samba3.smb2.hold-oplock # Not a test, but a way to block other clients for a test ^samba3.smb2.hold-sharemode # Not a test, but a way to block other clients for a test ^samba3.smb2.check-sharemode # Not a test, but a way to test sharemodes outside of Samba +^samba3.smb2.set-sparse-ioctl # For manual testing, needs additional parameters. ^samba3.smb2.durable-open-disconnect # Not a test, but a way to create a disconnected durable ^samba3.smb2.scan # No tests ^samba3.smb2.oplock.levelii501 # No test yet @@ -83,6 +84,7 @@ ^samba4.smb2.hold-oplock # Not a test, but a way to block other clients for a test ^samba4.smb2.hold-sharemode # Not a test, but a way to block other clients for a test ^samba4.smb2.check-sharemode # Not a test, but a way to test sharemodes outside of Samba +^samba4.smb2.set-sparse-ioctl # For manual testing, needs additional parameters. ^samba4.raw.ping.pong # Needs second server to test ^samba4.rpc.samr.accessmask ^samba4.rpc.samr.passwords.*ncacn_np\(ad_dc_ntvfs\) # currently fails, possibly config issue |