1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/ctdb/tests/takeover/det.001.sh

37 lines
824 B
Bash
Raw Normal View History

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, 1 healthy"
required_result <<EOF
DATE TIME [PID]: Deterministic IPs enabled. Resetting all ip allocations
DATE TIME [PID]: Unassign IP: 192.168.21.254 from 0
DATE TIME [PID]: Unassign IP: 192.168.21.253 from 1
DATE TIME [PID]: Unassign IP: 192.168.20.254 from 0
DATE TIME [PID]: Unassign IP: 192.168.20.253 from 1
DATE TIME [PID]: Unassign IP: 192.168.20.251 from 0
DATE TIME [PID]: Unassign IP: 192.168.20.250 from 1
192.168.21.254 2
192.168.21.253 2
192.168.21.252 2
192.168.20.254 2
192.168.20.253 2
192.168.20.252 2
192.168.20.251 2
192.168.20.250 2
192.168.20.249 2
EOF
simple_test 2,2,0 <<EOF
192.168.20.249 0
192.168.20.250 1
192.168.20.251 2
192.168.20.252 0
192.168.20.253 1
192.168.20.254 2
192.168.21.252 0
192.168.21.253 1
192.168.21.254 2
EOF