diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-08-29 04:33:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 15:03:06 -0500 |
commit | aaf7df0597da40701ec2c075f3168704d1805f9e (patch) | |
tree | 59ce51d27282f4775af5d4979d409eb3b8013201 /source4/torture/raw/raw.c | |
parent | 64e98b032431fbbfe76b48dd193af6ff43d510ed (diff) | |
download | samba-aaf7df0597da40701ec2c075f3168704d1805f9e.tar.gz samba-aaf7df0597da40701ec2c075f3168704d1805f9e.tar.xz samba-aaf7df0597da40701ec2c075f3168704d1805f9e.zip |
r24765: added a RAW-HOLD-OPLOCK test. This is a manual test, meant to be used
to test the interaction of oplocks with local filesystem or NFS
access. You start it, then manually access the 4 files via another
mechanism (such as a shell) and see what oplock breaks you get
(This used to be commit 4c3e4564260e55434a54a013051db609c92cabe8)
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r-- | source4/torture/raw/raw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c index 85db92661b2..d85f2670350 100644 --- a/source4/torture/raw/raw.c +++ b/source4/torture/raw/raw.c @@ -44,6 +44,7 @@ NTSTATUS torture_raw_init(void) torture_suite_add_1smb_test(suite, "OPEN", torture_raw_open); torture_suite_add_1smb_test(suite, "MKDIR", torture_raw_mkdir); torture_suite_add_suite(suite, torture_raw_oplock(suite)); + torture_suite_add_1smb_test(suite, "HOLD-OPLOCK", torture_hold_oplock); torture_suite_add_2smb_test(suite, "NOTIFY", torture_raw_notify); torture_suite_add_1smb_test(suite, "MUX", torture_raw_mux); torture_suite_add_1smb_test(suite, "IOCTL", torture_raw_ioctl); |