diff options
| author | Amitay Isaacs <amitay@gmail.com> | 2012-04-13 12:06:53 +1000 |
|---|---|---|
| committer | Amitay Isaacs <amitay@gmail.com> | 2012-04-13 12:07:01 +1000 |
| commit | c985ccf411b4abf8702a9a531a98441d8143af34 (patch) | |
| tree | d81ee629fcefc2f3a9f241ce6c2ba9e89777c2d5 | |
| parent | 21194384968d6d4cb4a2f67e9f817d1df8e73060 (diff) | |
| download | samba-c985ccf411b4abf8702a9a531a98441d8143af34.tar.gz samba-c985ccf411b4abf8702a9a531a98441d8143af34.tar.xz samba-c985ccf411b4abf8702a9a531a98441d8143af34.zip | |
tests/tool: New nodestatus test
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
(This used to be ctdb commit 902d8a4709e7a269d2a75522a998f9a60ae13d78)
| -rwxr-xr-x | ctdb/tests/tool/testcases/stubby.nodestatus.005.sh | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/ctdb/tests/tool/testcases/stubby.nodestatus.005.sh b/ctdb/tests/tool/testcases/stubby.nodestatus.005.sh new file mode 100755 index 0000000000..a18608dd4b --- /dev/null +++ b/ctdb/tests/tool/testcases/stubby.nodestatus.005.sh @@ -0,0 +1,34 @@ +#!/bin/sh + +. "${TESTS_SUBDIR}/common.sh" + +define_test "-n all all, 3 nodes, 1 disconnected" + +required_result 1 <<EOF +Number of nodes:3 +pnn:0 192.168.20.41 OK (THIS NODE) +pnn:1 192.168.20.42 DISCONNECTED|INACTIVE +pnn:2 192.168.20.43 OK +Number of nodes:3 +pnn:0 192.168.20.41 OK +pnn:1 192.168.20.42 DISCONNECTED|INACTIVE +pnn:2 192.168.20.43 OK (THIS NODE) +EOF + +simple_test -n all all <<EOF +NODEMAP +0 192.168.20.41 0x0 +1 192.168.20.42 0x1 +2 192.168.20.43 0x0 CURRENT RECMASTER + +IFACES +:Name:LinkStatus:References: +:eth2:1:2: +:eth1:1:4: + +VNNMAP +654321 +0 +1 +2 +EOF |
