summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/takeover/lcp2.027.sh
blob: f572b47f6200146b33a06bc31e02308e2617c505 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "4 nodes, all IPs assigned, 3->4 unhealthy"

export CTDB_TEST_LOGLEVEL=ERR

required_result <<EOF
130.216.30.181 0
130.216.30.180 1
130.216.30.179 3
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 0
130.216.30.172 3
130.216.30.171 1
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 0
10.19.99.250 3
EOF

simple_test 0,0,2,0 <<EOF
130.216.30.170 3
130.216.30.171 2
130.216.30.172 3
130.216.30.173 2
130.216.30.174 1
130.216.30.175 0
130.216.30.176 1
130.216.30.177 0
130.216.30.178 3
130.216.30.179 2
130.216.30.180 1
130.216.30.181 0
10.19.99.250 3
10.19.99.251 2
10.19.99.252 1
10.19.99.253 0
EOF