summaryrefslogtreecommitdiff
path: root/ctdb/tests/INTEGRATION/failover/pubips.012.reloadips.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/tests/INTEGRATION/failover/pubips.012.reloadips.sh')
-rwxr-xr-xctdb/tests/INTEGRATION/failover/pubips.012.reloadips.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/ctdb/tests/INTEGRATION/failover/pubips.012.reloadips.sh b/ctdb/tests/INTEGRATION/failover/pubips.012.reloadips.sh
index 829b83930da..a3bb3af6480 100755
--- a/ctdb/tests/INTEGRATION/failover/pubips.012.reloadips.sh
+++ b/ctdb/tests/INTEGRATION/failover/pubips.012.reloadips.sh
@@ -33,7 +33,7 @@ do_ctdb_reloadips ()
local retry_max=10
local retry_count=0
while : ; do
- if try_command_on_node any "$CTDB reloadips all" ; then
+ if ctdb_onnode "$test_node" "reloadips all" ; then
return 0
fi
@@ -73,7 +73,7 @@ GOOD: node $test_node is no longer hosting IP $test_ip:
$out
EOF
-try_command_on_node any $CTDB sync
+ctdb_onnode "$test_node" sync
echo "Restoring addresses"
@@ -94,7 +94,7 @@ GOOD: node $test_node has these addresses:
$out
EOF
-try_command_on_node any $CTDB sync
+ctdb_onnode "$test_node" sync
echo "Emptying public addresses file on $test_node"