repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib: strings: Simplify strcasecmp
[Samba.git]
/
ctdb
/
tests
/
takeover
/
lcp2.021.sh
blob
7dcddb14ee8595d286203288b852cde9d0457a62
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
define_test
"3 nodes, no IPs assigned, 3->2 unhealthy, NoIPHostOnAllDisabled on 2 others"
6
7
export
CTDB_TEST_LOGLEVEL
=
0
8
9
required_result
<<EOF
10
192.168.21.254 0
11
192.168.21.253 0
12
192.168.21.252 0
13
192.168.20.254 0
14
192.168.20.253 0
15
192.168.20.252 0
16
192.168.20.251 0
17
192.168.20.250 0
18
192.168.20.249 0
19
EOF
20
21
export
CTDB_SET_NoIPHostOnAllDisabled
=
0
,
1
,
1
22
23
simple_test
2
,
2
,
2
<<EOF
24
192.168.21.254 2
25
192.168.21.253 2
26
192.168.21.252 2
27
192.168.20.254 2
28
192.168.20.253 2
29
192.168.20.252 2
30
192.168.20.251 2
31
192.168.20.250 2
32
192.168.20.249 2
33
EOF