summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/onnode/0075.sh
blob: 4276e9c12c873581125955ef9d1d45d332279e68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

cmd="$ONNODE con hostname"

define_test "$cmd" "1st node disconnected"

ctdb_set_output <<EOF
:Node:IP:Disconnected:Banned:Disabled:Unhealthy:Stopped:Inactive:PartiallyOnline:ThisNode:
:0:192.168.1.101:1:0:0:0:0:0:0:N:
:1:192.168.1.102:0:0:0:0:0:0:0:Y:
:2:192.168.1.103:0:0:0:0:0:0:0:N:
:3:192.168.1.104:0:0:0:0:0:0:0:N:
EOF

required_result <<EOF

>> NODE: 192.168.1.102 <<
-n 192.168.1.102 hostname

>> NODE: 192.168.1.103 <<
-n 192.168.1.103 hostname

>> NODE: 192.168.1.104 <<
-n 192.168.1.104 hostname
EOF

simple_test $cmd