1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/ctdb/tests/tool/ctdb.natgw.007.sh
Martin Schwenke c6f36b5b29 ctdb-tests: Require setup_ctdbd() call in tool tests
This makes the ctdbd setup explicit and allows multiple calls to
simple_test() in the same test without ugly re-initialisation.

While here drop any unneeded ctdbd initialisation, such as VNNMAP and
IFACES.  These have often been needlessly present, cluttering the
tests.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2016-07-25 21:29:43 +02:00

46 lines
715 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, all nodes are slave-only, all stopped"
setup_natgw <<EOF
192.168.20.41 slave-only
192.168.20.42 slave-only
192.168.20.43 slave-only
EOF
setup_ctdbd <<EOF
NODEMAP
0 192.168.20.41 0x20
1 192.168.20.42 0x20 CURRENT RECMASTER
2 192.168.20.43 0x20
EOF
#####
required_result 2 <<EOF
EOF
simple_test master
#####
required_result 0 <<EOF
192.168.20.41 slave-only
192.168.20.42 slave-only
192.168.20.43 slave-only
EOF
simple_test list
#####
required_result 0 <<EOF
pnn:0 192.168.20.41 STOPPED|INACTIVE
pnn:1 192.168.20.42 STOPPED|INACTIVE (THIS NODE)
pnn:2 192.168.20.43 STOPPED|INACTIVE
EOF
simple_test status