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
wafsamba: fix pidl dependencies to rebuild on pidl changes
[Samba.git]
/
ctdb
/
tests
/
tool
/
ctdb.ip.003.sh
blob
eec46346c4a37a47c5eab9af26b034d5b76cc61a
1
#!/bin/sh
2
3
.
"
${TEST_SCRIPTS_DIR}
/unit.sh"
4
5
define_test
"3 nodes, all ok, same ips on all nodes"
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 0x0
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 1
21
10.0.0.33 2
22
EOF
23
24
required_result
0
<<EOF
25
Public IPs on node 0
26
10.0.0.31 0
27
10.0.0.32 1
28
10.0.0.33 2
29
EOF
30
simple_test