1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00
samba-mirror/ctdb/tests/eventscripts/50.samba.monitor.111.sh
Martin Schwenke df39a671db tests/eventscripts - Restructure according to new convention
Signed-off-by: Martin Schwenke <martin@meltin.net>

(This used to be ctdb commit eb13507713ba6732271b7c3024bfddbda6da5ffc)
2012-04-16 16:24:12 +10:00

21 lines
428 B
Bash
Executable File

#!/bin/sh
. "${TEST_SCRIPTS_DIR}/unit.sh"
define_test "port 139 down, ctdb checktcpport/nmap/netstat not implemented"
ctdb_not_implemented "checktcpport"
export FAKE_NMAP_NOT_FOUND="yes"
export FAKE_NETSTAT_NOT_FOUND="yes"
setup_nmap_output_filter
setup_samba
tcp_port_down 139
required_result 127 <<EOF
INTERNAL ERROR: ctdb_check_ports - no working checkers in CTDB_TCP_PORT_CHECKERS="ctdb nmap netstat"
EOF
simple_test