mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ctdb-tests: Use select_test_node()
select_test_node_and_ips() is not required in these cases. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
This commit is contained in:
parent
0162fd87ed
commit
b9f23f5b49
@ -17,7 +17,7 @@ ctdb_test_init
|
|||||||
|
|
||||||
cluster_is_healthy
|
cluster_is_healthy
|
||||||
|
|
||||||
select_test_node_and_ips
|
select_test_node
|
||||||
|
|
||||||
try_command_on_node -v "$test_node" ctdb version
|
try_command_on_node -v "$test_node" ctdb version
|
||||||
version="$out"
|
version="$out"
|
||||||
|
@ -25,8 +25,7 @@ ctdb_test_init
|
|||||||
|
|
||||||
cluster_is_healthy
|
cluster_is_healthy
|
||||||
|
|
||||||
# This is overkill but it at least provides a valid test node
|
select_test_node
|
||||||
select_test_node_and_ips
|
|
||||||
|
|
||||||
####################
|
####################
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user