ctdbd: Fix spurious warnings when running with --nopublicipcheck
[vlendec/samba-autobuild/.git] / ctdb / tests / takeover / lcp2.009.sh
1 #!/bin/sh
2
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
4
5 define_test "3 nodes, 3 healthy -> all disconnected"
6
7 export CTDB_TEST_LOGLEVEL=0
8
9 required_result <<EOF
10 192.168.21.254 -1
11 192.168.21.253 -1
12 192.168.21.252 -1
13 192.168.20.254 -1
14 192.168.20.253 -1
15 192.168.20.252 -1
16 192.168.20.251 -1
17 192.168.20.250 -1
18 192.168.20.249 -1
19 EOF
20
21 simple_test 1,1,1 <<EOF
22 192.168.20.249 0
23 192.168.20.250 1
24 192.168.20.251 2
25 192.168.20.252 0
26 192.168.20.253 1
27 192.168.20.254 2
28 192.168.21.252 0
29 192.168.21.253 1
30 192.168.21.254 2
31 EOF