1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/ctdb/tests/tool/ctdb.getcapabilities.004.sh
Amitay Isaacs e3fdb0a9b6 ctdb-tests: rename tests from stubby.* to ctdb.*
These tests do not use ctdb tool stub anymore.

Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: Martin Schwenke <martin@meltin.net>

Autobuild-User(master): Amitay Isaacs <amitay@samba.org>
Autobuild-Date(master): Wed May 11 02:19:20 CEST 2016 on sn-devel-144
2016-05-11 02:19:20 +02:00

52 lines
625 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "3 nodes, all ok, non-default capabilities"
set -e
input="\
NODEMAP
0 192.168.20.41 0x0 CURRENT RECMASTER
1 192.168.20.42 0x0 -CTDB_CAP_LMASTER
2 192.168.20.43 0x0 -CTDB_CAP_RECMASTER
IFACES
:Name:LinkStatus:References:
:eth2:1:2:
:eth1:1:4:
VNNMAP
654321
0
1
2"
required_result 0 <<EOF
RECMASTER: YES
LMASTER: YES
EOF
simple_test -n 0 <<EOF
$input
EOF
required_result 0 <<EOF
RECMASTER: YES
LMASTER: NO
EOF
simple_test -n 1 <<EOF
$input
EOF
required_result 0 <<EOF
RECMASTER: NO
LMASTER: YES
EOF
simple_test -n 2 <<EOF
$input
EOF