auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()
[Samba.git] / ctdb / tests / tool / ctdb.reloadnodes.011.sh
blob261962e97e28b2e8f358e9cb08afb2921808c22f
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "3 nodes, add a node"
7 setup_nodes <<EOF
8 192.168.20.41
9 192.168.20.42
10 192.168.20.43
11 192.168.20.44
12 EOF
14 setup_ctdbd <<EOF
15 NODEMAP
16 0 192.168.20.41 0x0 CURRENT RECMASTER
17 1 192.168.20.42 0x0
18 2 192.168.20.43 0x0
19 EOF
21 required_result 0 <<EOF
22 Node 3 is NEW
23 EOF
25 simple_test