1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

s4:torture/smb2: move interface_info test to smb2.multichannel.generic

BUG: https://bugzilla.samba.org/show_bug.cgi?id=11897

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Günther Deschner 2019-09-26 10:18:04 +02:00 committed by Stefan Metzmacher
parent 3559a1df9b
commit 2181f728ed

View File

@ -1872,7 +1872,7 @@ struct torture_suite *torture_smb2_multichannel_init(TALLOC_CTX *ctx)
torture_suite_add_suite(suite, suite_oplocks);
torture_suite_add_suite(suite, suite_leases);
torture_suite_add_1smb2_test(suite, "interface_info",
torture_suite_add_1smb2_test(suite_generic, "interface_info",
test_multichannel_interface_info);
torture_suite_add_1smb2_test(suite_generic, "num_channels",
test_multichannel_num_channels);