s4-smbtorture: Make test names lowercase and dot-separated.
[metze/samba/wip.git] / source4 / torture / rpc / session_key.c
index b7c90e4b4e39a440d14b136d484bb288479563b5..a1f863d7bed5308ccaf1531c07303f778f7675f4 100644 (file)
@@ -227,7 +227,7 @@ static const bool bool_vals[] = { true, false };
 /* TEST session key correctness by pushing and pulling secrets */
 struct torture_suite *torture_rpc_lsa_secrets(TALLOC_CTX *mem_ctx)
 {
-       struct torture_suite *suite = torture_suite_create(mem_ctx, "LSA-SECRETS");
+       struct torture_suite *suite = torture_suite_create(mem_ctx, "lsa.secrets");
        int keyexchange, ntlm2, lm_key;
 
        for (keyexchange = 0; keyexchange < ARRAY_SIZE(bool_vals); keyexchange++) {