1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00
Martin Schwenke 8c5fdb40cf tests/onnode - Restructure according to new convention
Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit 4c87888b2a559c0d1f285919a42de450a537a02f)
2012-04-16 15:57:16 +10:00

30 lines
532 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
cmd="$ONNODE con hostname"
define_test "$cmd" "1st node disconnected"
ctdb_set_output <<EOF
:Node:IP:Disconnected:Banned:Disabled:Unhealthy:Stopped:Inactive:
:0:192.168.1.101:1:0:0:0:0:0:
:1:192.168.1.102:0:0:0:0:0:0:
:2:192.168.1.103:0:0:0:0:0:0:
:3:192.168.1.104:0:0:0:0:0:0:
EOF
required_result <<EOF
>> NODE: 192.168.1.102 <<
-n 192.168.1.102 hostname
>> NODE: 192.168.1.103 <<
-n 192.168.1.103 hostname
>> NODE: 192.168.1.104 <<
-n 192.168.1.104 hostname
EOF
simple_test $cmd