diff options
author | Martin Schwenke <martin@meltin.net> | 2010-10-06 16:32:22 +1100 |
---|---|---|
committer | Ronnie Sahlberg <ronniesahlberg@gmail.com> | 2010-11-17 11:38:45 +1100 |
commit | 0ff7924d15426218918221d6639aaec87ec38d83 (patch) | |
tree | 134f1bae54b8ebc2f354c1bfeb43e31a2412efe3 | |
parent | bcb6e726b60f81eb874cc5adf043f8fc6222f1f5 (diff) | |
download | samba-0ff7924d15426218918221d6639aaec87ec38d83.tar.gz samba-0ff7924d15426218918221d6639aaec87ec38d83.tar.xz samba-0ff7924d15426218918221d6639aaec87ec38d83.zip |
Test suite: match changed output for ctdb ping to disconnected node.
Signed-off-by: Martin Schwenke <martin@meltin.net>
(This used to be ctdb commit a9f5ae2a548e1096c086888adc886cb604d372fa)
-rwxr-xr-x | ctdb/tests/simple/09_ctdb_ping.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ctdb/tests/simple/09_ctdb_ping.sh b/ctdb/tests/simple/09_ctdb_ping.sh index 6ca50d4a47..98253beabb 100755 --- a/ctdb/tests/simple/09_ctdb_ping.sh +++ b/ctdb/tests/simple/09_ctdb_ping.sh @@ -53,5 +53,6 @@ try_command_on_node -v 0 "! $CTDB ping -n 1" sanity_check_output \ 1 \ - "(: ctdb_control error: 'ctdb_control to disconnected node'|Unable to get ping response from node 1|Node 1 is DISCONNECTED)" \ + "(: ctdb_control error: ('ctdb_control to disconnected node'|'node is disconnected')|Unable to get ping response from node 1|Node 1 is DISCONNECTED|ctdb_control for getpnn failed|: Can not access node. Node is not operational\.)$ +)" \ "$out" |