repo.or.cz
/
samba4-gss.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ctdb-server: Use find_public_ip_vnn() in a couple of extra places
[samba4-gss.git]
/
ctdb
/
tests
/
UNIT
/
takeover_helper
/
013.sh
blob
ad55564b4edb07d5f531e614504fb76daf253fc5
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
define_test
"3 nodes, 1 unhealthy, IPs all assigned"
6
7
setup_ctdbd
<<EOF
8
NODEMAP
9
0 192.168.20.41 0x0 CURRENT RECMASTER
10
1 192.168.20.42 0x0
11
2 192.168.20.43 0x2
12
13
IFACES
14
:Name:LinkStatus:References:
15
:eth2:1:2:
16
:eth1:1:4:
17
18
PUBLICIPS
19
10.0.0.31 0
20
10.0.0.32 2
21
10.0.0.33 1
22
EOF
23
24
ok_null
25
test_takeover_helper
26
27
required_result
0
<<EOF
28
Public IPs on ALL nodes
29
10.0.0.31 0
30
10.0.0.32 0
31
10.0.0.33 1
32
EOF
33
test_ctdb_ip_all