summaryrefslogtreecommitdiff
path: root/ctdb/tests/eventscripts/11.natgw.002.sh
blob: 5e3f2d3a224b97fa5d9298e167c5944d668c77e9 (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 master
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