Browse Source

MT#61856 introduce auto-daemon-tests-sdp-manipulations

Move SDP attr and SDP media level manipulations
into a dedicated tests file.

Change-Id: I5988f8f8250fe55682b822713a95a23bec45e6cb
pull/1907/head
Donat Zenichev 11 months ago
parent
commit
a1777ef199
3 changed files with 1324 additions and 1304 deletions
  1. +5
    -1
      t/Makefile
  2. +1319
    -0
      t/auto-daemon-tests-sdp-manipulations.pl
  3. +0
    -1303
      t/auto-daemon-tests.pl

+ 5
- 1
t/Makefile View File

@ -142,7 +142,8 @@ daemon-tests: daemon-tests-main daemon-tests-jb daemon-tests-pubsub daemon-tests
daemon-tests-intfs daemon-tests-stats daemon-tests-player-cache daemon-tests-redis \
daemon-tests-rtpp-flags daemon-tests-redis-json daemon-tests-measure-rtp daemon-tests-mos-legacy \
daemon-tests-mos-fullband daemon-tests-config-file \
daemon-tests-templ-def daemon-tests-templ-def-offer
daemon-tests-templ-def daemon-tests-templ-def-offer \
daemon-tests-sdp-manipulations
daemon-test-deps: tests-preload.so
$(MAKE) -C ../daemon
@ -198,6 +199,9 @@ daemon-tests-audio-player-play-media: daemon-test-deps
daemon-tests-rtpp-flags: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-rtpp-flags.pl
daemon-tests-sdp-manipulations: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-sdp-manipulations.pl
daemon-tests-async-tc: daemon-test-deps
./auto-test-helper "$@" perl -I../perl auto-daemon-tests-async-tc.pl


+ 1319
- 0
t/auto-daemon-tests-sdp-manipulations.pl
File diff suppressed because it is too large
View File


+ 0
- 1303
t/auto-daemon-tests.pl
File diff suppressed because it is too large
View File


Loading…
Cancel
Save