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:
parent
78f6c48d96
commit
fcf004a16c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user