s4-smbtorture: Make test names lowercase and dot-separated.
[metze/samba/wip.git] / source4 / torture / rpc / lsa_lookup.c
index d474ca1656a0b944e755341d5cff0399a7bfc35d..c4b4cf93743daa693f5770ae0af3adfb95304c60 100644 (file)
@@ -397,7 +397,7 @@ struct torture_suite *torture_rpc_lsa_lookup_sids(TALLOC_CTX *mem_ctx)
        struct torture_suite *suite;
        struct torture_rpc_tcase *tcase;
 
-       suite = torture_suite_create(mem_ctx, "LSA-LOOKUPSIDS");
+       suite = torture_suite_create(mem_ctx, "lsa.lookupsids");
        tcase = torture_suite_add_rpc_iface_tcase(suite, "lsa",
                                                  &ndr_table_lsarpc);