ctdb-server: Use find_public_ip_vnn() in a couple of extra places
[samba4-gss.git] / ctdb / tests / UNIT / tool / ctdb.reloadnodes.001.sh
blob68d6cfb5b3b192676f8e1184a2ced1c29cb8cff5
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "3 nodes, no change"
7 setup_nodes <<EOF
8 192.168.20.41
9 192.168.20.42
10 192.168.20.43
11 EOF
13 setup_ctdbd <<EOF
14 NODEMAP
15 0 192.168.20.41 0x0 CURRENT RECMASTER
16 1 192.168.20.42 0x0
17 2 192.168.20.43 0x0
18 EOF
20 ok <<EOF
21 No change in nodes file, skipping unnecessary reload
22 EOF
24 simple_test