1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Merge remote branch 'martins/eventscript_tests'

(This used to be ctdb commit 06b322ad6eff8d4e691f8e014b7d85983b261147)
This commit is contained in:
Ronnie Sahlberg 2011-08-15 15:15:12 +10:00
commit 846d1c77d6
9 changed files with 2 additions and 14 deletions

0
ctdb/tests/eventscripts/simple/50.samba.monitor.001.sh Normal file → Executable file
View File

0
ctdb/tests/eventscripts/simple/50.samba.monitor.050.sh Normal file → Executable file
View File

0
ctdb/tests/eventscripts/simple/50.samba.monitor.051.sh Normal file → Executable file
View File

0
ctdb/tests/eventscripts/simple/50.samba.monitor.101.sh Normal file → Executable file
View File

0
ctdb/tests/eventscripts/simple/50.samba.monitor.102.sh Normal file → Executable file
View File

8
ctdb/tests/eventscripts/simple/50.samba.monitor.103.sh Normal file → Executable file
View File

@ -7,12 +7,6 @@ define_test "port 445 down"
setup_samba
tcp_port_down 445
required_result 1 <<EOF
ERROR: samba tcp port 445 is not responding
netstat -l -t -n shows this output:
Active Internet connections (servers only)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:139 0.0.0.0:* LISTEN
EOF
required_result 1 "ERROR: samba tcp port 445 is not responding"
simple_test

8
ctdb/tests/eventscripts/simple/50.samba.monitor.104.sh Normal file → Executable file
View File

@ -7,12 +7,6 @@ define_test "port 139 down"
setup_samba
tcp_port_down 139
required_result 1 <<EOF
ERROR: samba tcp port 139 is not responding
netstat -l -t -n shows this output:
Active Internet connections (servers only)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:445 0.0.0.0:* LISTEN
EOF
required_result 1 "ERROR: samba tcp port 139 is not responding"
simple_test

0
ctdb/tests/eventscripts/simple/50.samba.monitor.105.sh Normal file → Executable file
View File

0
ctdb/tests/eventscripts/simple/50.samba.monitor.106.sh Normal file → Executable file
View File