tests/bugs/bug-762989.t: do not check the listening ports

Change-Id: Ifbcf28bb476ee95343beaf42fb84a1b834c9ffcb
BUG: 762989
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Reviewed-on: http://review.gluster.org/4486
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
This commit is contained in:
Raghavendra Bhat 2013-02-08 15:03:46 +05:30 committed by Anand Avati
parent 78f6c48d96
commit fcf004a16c

View File

@ -23,7 +23,7 @@ $M0;
## Wait for volume to register with rpc.mountd
sleep 6;
## check if port 1023 (which has been reserved) is used by the gluster processes
op=$(netstat -antlp | grep gluster | grep -w 1023);
op=$(netstat -ntp | grep gluster | grep -w 1023);
EXPECT "" echo $op;
#set the reserved ports to the older values