Browse Source

TT#14008 remove unneeded perl module usage

Change-Id: Ife384954bfe82a4eadcbcb7cb77dc2aa3f2800f9
mr10.4
Richard Fuchs 4 years ago
parent
commit
5a23422980
6 changed files with 0 additions and 6 deletions
  1. +0
    -1
      t/auto-daemon-tests-delay-buffer.pl
  2. +0
    -1
      t/auto-daemon-tests-delay-timing.pl
  3. +0
    -1
      t/auto-daemon-tests-dtx-cn.pl
  4. +0
    -1
      t/auto-daemon-tests-dtx.pl
  5. +0
    -1
      t/auto-daemon-tests-intfs.pl
  6. +0
    -1
      t/auto-daemon-tests-pubsub.pl

+ 0
- 1
t/auto-daemon-tests-delay-buffer.pl View File

@ -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;


+ 0
- 1
t/auto-daemon-tests-delay-timing.pl View File

@ -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);


+ 0
- 1
t/auto-daemon-tests-dtx-cn.pl View File

@ -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;


+ 0
- 1
t/auto-daemon-tests-dtx.pl View File

@ -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;


+ 0
- 1
t/auto-daemon-tests-intfs.pl View File

@ -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;


+ 0
- 1
t/auto-daemon-tests-pubsub.pl View File

@ -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;


Loading…
Cancel
Save