mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
20 lines
354 B
Bash
20 lines
354 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||
|
|
||
|
define_test "All node reload"
|
||
|
|
||
|
required_result 0 <<EOF
|
||
|
Fake reload public IPs on node 0
|
||
|
Fake reload public IPs on node 1
|
||
|
Fake reload public IPs on node 2
|
||
|
Fake takeover run on recovery master 1
|
||
|
EOF
|
||
|
|
||
|
simple_test all <<EOF
|
||
|
NODEMAP
|
||
|
0 192.168.20.41 0x0 CURRENT
|
||
|
1 192.168.20.42 0x0 RECMASTER
|
||
|
2 192.168.20.43 0x0
|
||
|
EOF
|