summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/tool/stubby.xpnn.003.sh
blob: b235f1187c222dfd7fc01b8bc23252fa7b0d7672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/sh

. "${TEST_SCRIPTS_DIR}/unit.sh"

define_test "missing nodes file"

setup_nodes <<EOF
192.168.20.41
192.168.20.42
192.168.20.43
EOF

rm -f "$CTDB_NODES"

required_result 255 <<EOF
${TEST_DATE_STAMP}Failed to read nodes file
EOF

simple_test <<EOF
NODEMAP
0       192.168.20.41   0x0     CURRENT
1       192.168.20.42   0x0
2       192.168.20.43   0x0
EOF