From b902548b7d71a5a374f1b1e38692f5b3754c6551 Mon Sep 17 00:00:00 2001 From: Victor Seva Date: Mon, 13 Jul 2020 12:50:40 +0200 Subject: [PATCH] TT#81700 run_tests.sh: show rtp sessions if open ports * get more info when check fails Change-Id: I2b5cc3189f44f005a640803026728ee90b30d09f --- run_tests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/run_tests.sh b/run_tests.sh index b2b97e0c..9c445df2 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -413,6 +413,7 @@ if [ -n "${rtp_ports}" ]; then echo "$(date) - =================================================================================" echo "$(date) - There are still some rtp ports open, please check the following output" rtpengine-ctl -ip "${rtpengine_ctl_ip}" list interfaces + rtpengine-ctl -ip "${rtpengine_ctl_ip}" list sessions all echo "$(date) - =================================================================================" error_flag=1 fi