s4-smbtorture: Make test names lowercase and dot-separated.
[samba.git] / source4 / torture / nbench / nbench.c
index b96a32b30e2b2454b0686126acb2377f0dc91f95..b0e3364f7e8dcd6dbf6c5e7f9bd07466ed50bd7a 100644 (file)
@@ -282,12 +282,10 @@ bool torture_nbench(struct torture_context *torture)
 
 NTSTATUS torture_nbench_init(void)
 {
-       struct torture_suite *suite = 
-               torture_suite_create(
-                       talloc_autofree_context(),
-                       "BENCH");
+       struct torture_suite *suite = torture_suite_create(
+                                                  talloc_autofree_context(), "bench");
 
-       torture_suite_add_simple_test(suite, "NBENCH", torture_nbench);
+       torture_suite_add_simple_test(suite, "nbench", torture_nbench);
 
        suite->description = talloc_strdup(suite, "Benchmarks");