1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00

s4/torture: Ported SMBv1 RAW-STREAMS tests to SMB2-STREAMS

This commit is contained in:
Aravind Srinivasan 2009-10-06 20:25:15 -07:00 committed by Steven Danneman
parent 3703890596
commit 0ec8fe420f
3 changed files with 1770 additions and 1 deletions

View File

@ -25,7 +25,8 @@ TORTURE_SMB2_OBJ_FILES = $(addprefix $(torturesrcdir)/smb2/, \
lease.o \
create.o \
read.o \
compound.o)
compound.o \
streams.o)
$(eval $(call proto_header_template,$(torturesrcdir)/smb2/proto.h,$(TORTURE_SMB2_OBJ_FILES:.o=.c)))

View File

@ -143,6 +143,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_lease_init());
torture_suite_add_suite(suite, torture_smb2_compound_init());
torture_suite_add_suite(suite, torture_smb2_oplocks_init());
torture_suite_add_suite(suite, torture_smb2_streams_init());
torture_suite_add_1smb2_test(suite, "BENCH-OPLOCK", test_smb2_bench_oplock);
torture_suite_add_1smb2_test(suite, "HOLD-OPLOCK", test_smb2_hold_oplock);

File diff suppressed because it is too large Load Diff