1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/ctdb/tests/takeover/lcp2.028.sh
Martin Schwenke 3a395b67a3 ctdb-tests: Use symbolic debug levels in takeover tests
Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
2016-12-05 08:09:22 +01:00

46 lines
724 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "4 nodes, all healthy/assigned, stays unbalanced"
export CTDB_TEST_LOGLEVEL=INFO
required_result <<EOF
130.216.30.181 0
130.216.30.180 1
130.216.30.179 2
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 0
130.216.30.172 3
130.216.30.171 1
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 0
10.19.99.250 3
EOF
simple_test 0,0,0,0 <<EOF
130.216.30.181 0
130.216.30.180 1
130.216.30.179 2
130.216.30.178 3
130.216.30.177 0
130.216.30.176 1
130.216.30.175 0
130.216.30.174 1
130.216.30.173 0
130.216.30.172 3
130.216.30.171 1
130.216.30.170 3
10.19.99.253 0
10.19.99.252 1
10.19.99.251 0
10.19.99.250 3
EOF