diff options
Diffstat (limited to 'ctdb/tests/UNIT/eventscripts/50.samba.monitor.103.sh')
-rwxr-xr-x | ctdb/tests/UNIT/eventscripts/50.samba.monitor.103.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/ctdb/tests/UNIT/eventscripts/50.samba.monitor.103.sh b/ctdb/tests/UNIT/eventscripts/50.samba.monitor.103.sh new file mode 100755 index 0000000..e9232a6 --- /dev/null +++ b/ctdb/tests/UNIT/eventscripts/50.samba.monitor.103.sh @@ -0,0 +1,13 @@ +#!/bin/sh + +. "${TEST_SCRIPTS_DIR}/unit.sh" + +define_test "port 445 down" + +setup + +tcp_port_down 445 + +required_result 1 "samba not listening on TCP port 445" + +simple_test |