summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorZack Kirsch <zack.kirsch@isilon.com>2009-07-04 16:16:23 -0700
committerTim Prouty <tprouty@samba.org>2009-12-07 16:54:16 -0800
commitd252d23ff15577e2c7049181b5b30692c4bcd6bc (patch)
tree0fa17dedd67aa45046abc8639958537d27b6bdb3 /source4/torture/smb2/smb2.c
parent8ceb428c5568bd690cb6811a0618f7866633705b (diff)
downloadsamba-d252d23ff15577e2c7049181b5b30692c4bcd6bc.tar.gz
samba-d252d23ff15577e2c7049181b5b30692c4bcd6bc.tar.bz2
samba-d252d23ff15577e2c7049181b5b30692c4bcd6bc.zip
s4 torture: Port RAW-ACLS tests to SMB2
- The smblsa calls had to be commented out for now and should be fixed later, but they aren't crucial to the test. - The first two tests from RAW-ACLS were already ported to torture_smb2_setinfo() and test_create_acl(). Modifications were made similar to the RAW-ACLS changes. - test_sd_get_set() was ported, but does not pass against XP or Vista; it is not added to the SMB2-ACLS test suite. - printf -> torture_comment / torture_warning / torture_result
Diffstat (limited to 'source4/torture/smb2/smb2.c')
-rw-r--r--source4/torture/smb2/smb2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c
index cff71f8053..da5d9b3e78 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -136,6 +136,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_lock_init());
torture_suite_add_suite(suite, torture_smb2_read_init());
torture_suite_add_suite(suite, torture_smb2_create_init());
+ torture_suite_add_suite(suite, torture_smb2_acls_init());
torture_suite_add_suite(suite, torture_smb2_notify_init());
torture_suite_add_suite(suite, torture_smb2_durable_open_init());
torture_suite_add_suite(suite, torture_smb2_dir_init());