1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00
samba-mirror/source4/torture/smb2/wscript_build
Ralph Boehme b668c300bf s4/torture: add some SMB2 crediting tests
These tests verify that a server grants at least 8192 credits in a
successfull session setup and in a single SMB2 request. Both tests pass
against Windows 2016 Server but currently fail against Samba.

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
2017-03-03 21:55:27 +01:00

41 lines
749 B
Python

#!/usr/bin/env python
bld.SAMBA_MODULE('TORTURE_SMB2',
source='''
acls.c
compound.c
connect.c
create.c
credits.c
delete-on-close.c
dir.c
dosmode.c
durable_open.c
durable_v2_open.c
getinfo.c
ioctl.c
lease.c
lock.c
maxfid.c
maxwrite.c
notify.c
notify_disabled.c
oplock.c
read.c
rename.c
replay.c
scan.c
session.c
setinfo.c
smb2.c
streams.c
util.c
''',
subsystem='smbtorture',
deps='LIBCLI_SMB2 POPT_CREDENTIALS torture NDR_IOCTL',
internal_module=True,
autoproto='proto.h',
init_function='torture_smb2_init'
)