1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Revert "Tests: tweak some samba tests to cope with debug from ctdb_check_tcp_ports()."

This reverts commit 557ac30e60516742da10b83bfbbbb41430c977a2.

(This used to be ctdb commit 9600cc7a6b7b854fac1a5b080129e3df8fcbd84e)
This commit is contained in:
Martin Schwenke 2011-08-11 15:32:28 +10:00
parent f9e58b502f
commit 9f98ec85d9
2 changed files with 2 additions and 14 deletions

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

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