auth/common: add support for auth4_ctx->check_ntlm_password_send/recv()
[Samba.git] / ctdb / tests / tool / ctdb.reloadnodes.012.sh
blobc3ca0fe39113eea53d978cd57487a635620c0f93
1 #!/bin/sh
3 . "${TEST_SCRIPTS_DIR}/unit.sh"
5 define_test "3 nodes, delete last node"
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 0x1
18 EOF
20 required_result 0 <<EOF
21 Node 2 is DELETED
22 EOF
24 simple_test