mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
ctdb-tests: Add a test for NAT gateway sanity checking
Signed-off-by: Martin Schwenke <martin@meltin.net>
This commit is contained in:
parent
4ee4925d41
commit
c0e239473b
24
ctdb/tests/eventscripts/11.natgw.002.sh
Executable file
24
ctdb/tests/eventscripts/11.natgw.002.sh
Executable file
@ -0,0 +1,24 @@
|
||||
#!/bin/sh
|
||||
|
||||
. "${TEST_SCRIPTS_DIR}/unit.sh"
|
||||
|
||||
define_test "missing config file"
|
||||
|
||||
setup_ctdb
|
||||
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" "monitor" ; do
|
||||
simple_test_event "$i"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user