torture3: Rename LOCAL-WBCLIENT to WBCLIENT-MULTI-PING
authorAndrew Bartlett <abartlet@samba.org>
Sun, 22 Feb 2015 22:52:58 +0000 (11:52 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 16 Mar 2015 02:00:07 +0000 (03:00 +0100)
This is not a local test, it should not be named LOCAL-*

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
source3/selftest/tests.py
source3/torture/torture.c

index 21cdf7a5265e0a34575c43ec12fa0d6a777cde0e..e8e625e3edc3081898eab71eed6d1fba5bfc2833 100755 (executable)
@@ -140,7 +140,7 @@ for env in ["member", "s3member"]:
 env = "s3member"
 t = "--krb5auth=$DOMAIN/$DC_USERNAME%$DC_PASSWORD"
 plantestsuite("samba3.wbinfo_simple.(%s:local).%s" % (env, t), "%s:local" % env, [os.path.join(srcdir(), "nsswitch/tests/test_wbinfo_simple.sh"), t])
-t = "LOCAL-WBCLIENT"
+t = "WBCLIENT-MULTI-PING"
 plantestsuite("samba3.smbtorture_s3.%s" % t, env, [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//foo/bar', '""', '""', smbtorture3, ""])
 
 
index 27146555d105a1abdf921a4e9e8933bb428a9948..4b957af3fc90539ccf0df9687cc4f69f35b59e6a 100644 (file)
@@ -8935,7 +8935,7 @@ static void wbclient_done(struct tevent_req *req)
        d_printf("wb_trans_recv %d returned %s\n", *i, wbcErrorString(wbc_err));
 }
 
-static bool run_local_wbclient(int dummy)
+static bool run_wbclient_multi_ping(int dummy)
 {
        struct tevent_context *ev;
        struct wb_context **wb_ctx;
@@ -9609,7 +9609,7 @@ static struct {
        { "LOCAL-RBTREE", run_local_rbtree, 0},
        { "LOCAL-MEMCACHE", run_local_memcache, 0},
        { "LOCAL-STREAM-NAME", run_local_stream_name, 0},
-       { "LOCAL-WBCLIENT", run_local_wbclient, 0},
+       { "WBCLIENT-MULTI-PING", run_wbclient_multi_ping, 0},
        { "LOCAL-string_to_sid", run_local_string_to_sid, 0},
        { "LOCAL-sid_to_string", run_local_sid_to_string, 0},
        { "LOCAL-binary_to_sid", run_local_binary_to_sid, 0},