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

s4-torture: also test CLUSCTL_CLUSTER_CHECK_VOTER_DOWN.

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Günther Deschner 2016-05-07 01:24:28 +02:00 committed by Jeremy Allison
parent 4075d1c264
commit f9788a8424

View File

@ -2518,7 +2518,8 @@ static bool test_ClusterControl(struct torture_context *tctx,
CLUSCTL_CLUSTER_GET_COMMON_PROPERTIES,
CLUSCTL_CLUSTER_GET_RO_COMMON_PROPERTIES,
CLUSCTL_CLUSTER_GET_FQDN,
CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTIES
CLUSCTL_CLUSTER_GET_PRIVATE_PROPERTIES,
CLUSCTL_CLUSTER_CHECK_VOTER_DOWN
};
int i;