Test suite: Tweak NFS tickle test.
authorMartin Schwenke <martin@meltin.net>
Thu, 26 Aug 2010 07:56:50 +0000 (17:56 +1000)
committerMartin Schwenke <martin@meltin.net>
Thu, 26 Aug 2010 07:56:50 +0000 (17:56 +1000)
Signed-off-by: Martin Schwenke <martin@meltin.net>
tests/complex/31_nfs_tickle.sh

index 0423acc13767c833e4f71a1288d1e03755a26a4a..73c52038e87a48aca51a9b14cd02ba5f6d53069a 100755 (executable)
@@ -89,13 +89,14 @@ if try_command_on_node 0 "test -r /etc/ctdb/events.d/61.nfstickle" ; then
 
     try_command_on_node -v 0 cat "${nfs_tickle_shared_directory}/$test_hostname/$test_ip"
 else
+    echo "That's OK, we'll use \"ctdb gettickles\", which is newer..."
     try_command_on_node -v 0 "ctdb -Y gettickles $test_ip $test_port"
 fi
 
 if [ "${out/${src_socket}/}" != "$out" ] ; then
-    echo "GOOD: NFS connection tracked OK in tickles file."
+    echo "GOOD: NFS connection tracked OK."
 else
-    echo "BAD: Socket not tracked in NFS tickles file:"
+    echo "BAD: Socket not tracked in NFS tickles."
     testfailures=1
 fi