From 5a23422980bcd5fb7093dbbcaf55171781ab8e4a Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Tue, 22 Mar 2022 11:44:52 -0400 Subject: [PATCH] TT#14008 remove unneeded perl module usage Change-Id: Ife384954bfe82a4eadcbcb7cb77dc2aa3f2800f9 --- t/auto-daemon-tests-delay-buffer.pl | 1 - t/auto-daemon-tests-delay-timing.pl | 1 - t/auto-daemon-tests-dtx-cn.pl | 1 - t/auto-daemon-tests-dtx.pl | 1 - t/auto-daemon-tests-intfs.pl | 1 - t/auto-daemon-tests-pubsub.pl | 1 - 6 files changed, 6 deletions(-) diff --git a/t/auto-daemon-tests-delay-buffer.pl b/t/auto-daemon-tests-delay-buffer.pl index 2891e2811..1f6dce6fe 100755 --- a/t/auto-daemon-tests-delay-buffer.pl +++ b/t/auto-daemon-tests-delay-buffer.pl @@ -6,7 +6,6 @@ use NGCP::Rtpengine::Test; use NGCP::Rtpclient::SRTP; use NGCP::Rtpengine::AutoTest; use Test::More; -use NGCP::Rtpclient::ICE; use POSIX; diff --git a/t/auto-daemon-tests-delay-timing.pl b/t/auto-daemon-tests-delay-timing.pl index 814b8c5ef..4bd074353 100755 --- a/t/auto-daemon-tests-delay-timing.pl +++ b/t/auto-daemon-tests-delay-timing.pl @@ -6,7 +6,6 @@ use NGCP::Rtpengine::Test; use NGCP::Rtpclient::SRTP; use NGCP::Rtpengine::AutoTest; use Test::More; -use NGCP::Rtpclient::ICE; use POSIX; use Time::HiRes qw(usleep gettimeofday time sleep); diff --git a/t/auto-daemon-tests-dtx-cn.pl b/t/auto-daemon-tests-dtx-cn.pl index 0670548ae..67dd42e59 100755 --- a/t/auto-daemon-tests-dtx-cn.pl +++ b/t/auto-daemon-tests-dtx-cn.pl @@ -6,7 +6,6 @@ use NGCP::Rtpengine::Test; use NGCP::Rtpclient::SRTP; use NGCP::Rtpengine::AutoTest; use Test::More; -use NGCP::Rtpclient::ICE; use POSIX; diff --git a/t/auto-daemon-tests-dtx.pl b/t/auto-daemon-tests-dtx.pl index 561a8f9fe..bf791151d 100755 --- a/t/auto-daemon-tests-dtx.pl +++ b/t/auto-daemon-tests-dtx.pl @@ -6,7 +6,6 @@ use NGCP::Rtpengine::Test; use NGCP::Rtpclient::SRTP; use NGCP::Rtpengine::AutoTest; use Test::More; -use NGCP::Rtpclient::ICE; use POSIX; diff --git a/t/auto-daemon-tests-intfs.pl b/t/auto-daemon-tests-intfs.pl index d4d006b41..96e9dfa94 100644 --- a/t/auto-daemon-tests-intfs.pl +++ b/t/auto-daemon-tests-intfs.pl @@ -6,7 +6,6 @@ use NGCP::Rtpengine::Test; use NGCP::Rtpclient::SRTP; use NGCP::Rtpengine::AutoTest; use Test::More; -use NGCP::Rtpclient::ICE; use POSIX; diff --git a/t/auto-daemon-tests-pubsub.pl b/t/auto-daemon-tests-pubsub.pl index ef4ec168e..06183cb57 100755 --- a/t/auto-daemon-tests-pubsub.pl +++ b/t/auto-daemon-tests-pubsub.pl @@ -6,7 +6,6 @@ use NGCP::Rtpengine::Test; use NGCP::Rtpclient::SRTP; use NGCP::Rtpengine::AutoTest; use Test::More; -use NGCP::Rtpclient::ICE; use POSIX;