1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

torture3: Rename LOCAL-WBCLIENT to WBCLIENT-MULTI-PING

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>
This commit is contained in:
Andrew Bartlett 2015-02-23 11:52:58 +13:00
parent dbc4320096
commit 023055ec80
2 changed files with 3 additions and 3 deletions

View File

@ -140,7 +140,7 @@ for env in ["member", "s3member"]:
env = "s3member" env = "s3member"
t = "--krb5auth=$DOMAIN/$DC_USERNAME%$DC_PASSWORD" 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]) 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, ""]) plantestsuite("samba3.smbtorture_s3.%s" % t, env, [os.path.join(samba3srcdir, "script/tests/test_smbtorture_s3.sh"), t, '//foo/bar', '""', '""', smbtorture3, ""])

View 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)); 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 tevent_context *ev;
struct wb_context **wb_ctx; struct wb_context **wb_ctx;
@ -9609,7 +9609,7 @@ static struct {
{ "LOCAL-RBTREE", run_local_rbtree, 0}, { "LOCAL-RBTREE", run_local_rbtree, 0},
{ "LOCAL-MEMCACHE", run_local_memcache, 0}, { "LOCAL-MEMCACHE", run_local_memcache, 0},
{ "LOCAL-STREAM-NAME", run_local_stream_name, 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-string_to_sid", run_local_string_to_sid, 0},
{ "LOCAL-sid_to_string", run_local_sid_to_string, 0}, { "LOCAL-sid_to_string", run_local_sid_to_string, 0},
{ "LOCAL-binary_to_sid", run_local_binary_to_sid, 0}, { "LOCAL-binary_to_sid", run_local_binary_to_sid, 0},