mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
32266f09dd
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
18 lines
288 B
Bash
Executable File
18 lines
288 B
Bash
Executable File
#!/bin/sh
|
|
|
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
|
|
|
define_test "3 nodes, all ok, no ips"
|
|
|
|
setup_ctdbd <<EOF
|
|
NODEMAP
|
|
0 192.168.20.41 0x0 CURRENT RECMASTER
|
|
1 192.168.20.42 0x0
|
|
2 192.168.20.43 0x0
|
|
EOF
|
|
|
|
required_result 0 <<EOF
|
|
Public IPs on ALL nodes
|
|
EOF
|
|
simple_test all
|