Tests - IP allocation - initial unit tests
[sahlberg/ctdb.git] / tests / takeover / testcases / nondet.002.sh
1 #!/bin/sh
2
3 . "${TAKEOVER_TESTS_DIR}/common.sh"
4
5 define_test "3 nodes, 2 healthy"
6
7 required_result <<EOF
8 192.168.21.254 2
9 192.168.21.253 0
10 192.168.21.252 0
11 192.168.20.254 2
12 192.168.20.253 2
13 192.168.20.252 0
14 192.168.20.251 2
15 192.168.20.250 0
16 192.168.20.249 0
17 EOF
18
19 simple_test 0,2,0 <<EOF
20 192.168.20.249 0
21 192.168.20.250 1
22 192.168.20.251 2
23 192.168.20.252 0
24 192.168.20.253 1
25 192.168.20.254 2
26 192.168.21.252 0
27 192.168.21.253 1
28 192.168.21.254 2
29 EOF