summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-04-05 06:23:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:50 -0500
commit25b4ee7af84b25f11d1cee0e10146b61f8453901 (patch)
tree700b8c9e8b944843ff104ed323fc206bff869b61 /source4/torture/raw/raw.c
parente936efb26f52dd1d8f90ea4754abc567491c01f1 (diff)
downloadsamba-25b4ee7af84b25f11d1cee0e10146b61f8453901.tar.gz
samba-25b4ee7af84b25f11d1cee0e10146b61f8453901.tar.bz2
samba-25b4ee7af84b25f11d1cee0e10146b61f8453901.zip
r22087: added a RAW-BENCH-OPEN test that can be used to stress out a clustered
implementation of a opendb backend. Use it in combination with --unclist to tell smbtorture to connect to multiple nodes in the cluster (This used to be commit b4e38b1b8dbc3ce817f858f39c3f0521c9832fce)
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r--source4/torture/raw/raw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c
index ee74d6b84b..eb89193f47 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -31,6 +31,7 @@ NTSTATUS torture_raw_init(void)
/* RAW smb tests */
torture_suite_add_simple_test(suite, "BENCH-OPLOCK", torture_bench_oplock);
torture_suite_add_simple_test(suite, "BENCH-LOCK", torture_bench_lock);
+ torture_suite_add_simple_test(suite, "BENCH-OPEN", torture_bench_open);
torture_suite_add_simple_test(suite, "QFSINFO", torture_raw_qfsinfo);
torture_suite_add_simple_test(suite, "QFILEINFO", torture_raw_qfileinfo);
torture_suite_add_simple_test(suite, "SFILEINFO", torture_raw_sfileinfo);