summaryrefslogtreecommitdiffstats
path: root/ctdb/tests/UNIT/eventscripts/11.natgw.002.sh
blob: 90b13991fe5579f5273b34a35c8bfaef66034464 (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 config file"

setup

setup_ctdb_natgw <<EOF
192.168.1.21 leader
192.168.1.22
192.168.1.23
192.168.1.24
EOF

rm -f "$CTDB_NATGW_NODES"

required_result 1 <<EOF
error: CTDB_NATGW_NODES=${CTDB_NATGW_NODES} unreadable
EOF

for i in "startup" "ipreallocated" ; do
    simple_test_event "$i"
done