libnet: Remove libnet_samsync
[Samba.git] / ctdb / tests / takeover_helper / 021.sh
blobad8e59f3deade4d39d9397b523be5f57521e5d89
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "3 nodes, all healthy, IPs all assigned"
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
13 IFACES
14 :Name:LinkStatus:References:
15 :eth2:1:2:
16 :eth1:1:4:
18 PUBLICIPS
19 10.0.0.31 0
20 10.0.0.32 1
21 10.0.0.33 2
22 10.0.0.34 -1
23 EOF
25 ctdb_cmd setvar NoIPTakeover 1
27 ok <<EOF
28 Failed to find node to cover ip 10.0.0.34
29 EOF
30 test_takeover_helper
32 required_result 0 <<EOF
33 Public IPs on ALL nodes
34 10.0.0.31 0
35 10.0.0.32 1
36 10.0.0.33 2
37 10.0.0.34 -1
38 EOF
39 test_ctdb_ip_all