mirror of
https://github.com/samba-team/samba.git
synced 2025-01-24 02:04:21 +03:00
Test suite: Update "complex" tests for wait_until_node_has_status() change.
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit 31216fd48117526c943e42d137ce24ef89fa0009)
This commit is contained in:
parent
b8b28cb567
commit
3d8fa9e9e3
@ -96,6 +96,6 @@ tcptickle_sniff_start $src_socket "${test_ip}:${test_port}"
|
||||
|
||||
echo "Disabling node $test_node"
|
||||
try_command_on_node 1 $CTDB disable -n $test_node
|
||||
onnode 0 $CTDB_TEST_WRAPPER wait_until_node_has_status $test_node disabled
|
||||
wait_until_node_has_status $test_node disabled
|
||||
|
||||
tcptickle_sniff_wait_show
|
||||
|
@ -87,6 +87,6 @@ tcptickle_sniff_start $src_socket "${test_ip}:${test_port}"
|
||||
|
||||
echo "Disabling node $test_node"
|
||||
try_command_on_node 1 $CTDB disable -n $test_node
|
||||
onnode 0 $CTDB_TEST_WRAPPER wait_until_node_has_status $test_node disabled
|
||||
wait_until_node_has_status $test_node disabled
|
||||
|
||||
tcptickle_sniff_wait_show
|
||||
|
@ -69,7 +69,7 @@ gratarp_sniff_start
|
||||
|
||||
echo "Disabling node $test_node"
|
||||
try_command_on_node 1 $CTDB disable -n $test_node
|
||||
onnode 0 $CTDB_TEST_WRAPPER wait_until_node_has_status $test_node disabled
|
||||
wait_until_node_has_status $test_node disabled
|
||||
|
||||
gratarp_sniff_wait_show
|
||||
|
||||
|
@ -57,7 +57,7 @@ gratarp_sniff_start
|
||||
|
||||
echo "Disabling node $test_node"
|
||||
try_command_on_node 1 $CTDB disable -n $test_node
|
||||
onnode 0 $CTDB_TEST_WRAPPER wait_until_node_has_status $test_node disabled
|
||||
wait_until_node_has_status $test_node disabled
|
||||
|
||||
gratarp_sniff_wait_show
|
||||
|
||||
|
@ -60,7 +60,7 @@ gratarp_sniff_start
|
||||
|
||||
echo "Disabling node $test_node"
|
||||
try_command_on_node 1 $CTDB disable -n $test_node
|
||||
onnode 0 $CTDB_TEST_WRAPPER wait_until_node_has_status $test_node disabled
|
||||
wait_until_node_has_status $test_node disabled
|
||||
|
||||
gratarp_sniff_wait_show
|
||||
|
||||
|
@ -71,7 +71,7 @@ gratarp_sniff_start
|
||||
|
||||
echo "Disabling node $test_node"
|
||||
try_command_on_node 0 $CTDB disable -n $test_node
|
||||
onnode 0 $CTDB_TEST_WRAPPER wait_until_node_has_status $test_node disabled
|
||||
wait_until_node_has_status $test_node disabled
|
||||
|
||||
gratarp_sniff_wait_show
|
||||
|
||||
|
@ -90,7 +90,7 @@ gratarp_sniff_start
|
||||
|
||||
echo "Disabling node $test_node"
|
||||
try_command_on_node 0 $CTDB disable -n $test_node
|
||||
onnode 0 $CTDB_TEST_WRAPPER wait_until_node_has_status $test_node disabled
|
||||
wait_until_node_has_status $test_node disabled
|
||||
|
||||
gratarp_sniff_wait_show
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user