mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
Tests - eventscripts - TCP port checking, no working checkers
Signed-off-by: Martin Schwenke <martin@meltin.net> (This used to be ctdb commit b231aa629b909a7dfd071236c7e730e3cc4a1a54)
This commit is contained in:
parent
9b8e25d03b
commit
5de459f94e
20
ctdb/tests/eventscripts/simple/50.samba.monitor.111.sh
Executable file
20
ctdb/tests/eventscripts/simple/50.samba.monitor.111.sh
Executable file
@ -0,0 +1,20 @@
|
||||
#!/bin/sh
|
||||
|
||||
. "${EVENTSCRIPTS_TESTS_DIR}/common.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
|
Loading…
Reference in New Issue
Block a user