TMP: add a ctdb snapshot of current ctdb master (git://git.samba.org/ctdb.git) to...
[obnox/samba/samba-obnox.git] / ctdb / tests / onnode / 0072.sh
1 #!/bin/sh
2
3 . "${ONNODE_TESTS_DIR}/common.sh"
4
5 cmd="$ONNODE ok hostname"
6
7 define_test "$cmd" "2nd node disconnected, extra status columns"
8
9 ctdb_set_output <<EOF
10 :Node:IP:Disconnected:Banned:Disabled:Unhealthy:Stopped:Inactive:X1:X2:X3:X4:
11 :0:192.168.1.101:0:0:0:0:0:0:0:0:0:0:
12 :1:192.168.1.102:1:0:0:0:0:0:0:0:0:0:
13 :2:192.168.1.103:0:0:0:0:0:0:0:0:0:0:
14 :3:192.168.1.104:0:0:0:0:0:0:0:0:0:0:
15 EOF
16
17 required_result <<EOF
18
19 >> NODE: 192.168.1.101 <<
20 -n 192.168.1.101 hostname
21
22 >> NODE: 192.168.1.103 <<
23 -n 192.168.1.103 hostname
24
25 >> NODE: 192.168.1.104 <<
26 -n 192.168.1.104 hostname
27 EOF
28
29 simple_test $cmd