mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
df39a671db
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit eb13507713ba6732271b7c3024bfddbda6da5ffc)
21 lines
428 B
Bash
Executable File
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
|