From 0723dbc601c74330f792db67ad75f6d580c30d8b Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Mon, 22 Dec 2008 18:54:58 +0000 Subject: Created top-level directory tests and moved test-pjsua there. This will be the placeholder for future developed tests git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@2392 74dad513-b988-da41-8d7b-12977e46ad98 --- .../src/test-pjsua/scripts-pesq/100_defaults.py | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py (limited to 'pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py') diff --git a/pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py b/pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py deleted file mode 100644 index 2901f469..00000000 --- a/pjsip-apps/src/test-pjsua/scripts-pesq/100_defaults.py +++ /dev/null @@ -1,19 +0,0 @@ -# $Id$ -# -from inc_cfg import * - -ADD_PARAM = "" - -if (HAS_SND_DEV == 0): - ADD_PARAM += "--null-audio" - -# Call with default pjsua settings -test_param = TestParam( - "PESQ defaults pjsua settings", - [ - InstanceParam("UA1", ADD_PARAM + " --max-calls=1 --play-file wavs/input.16.wav"), - InstanceParam("UA2", "--null-audio --max-calls=1 --rec-file wavs/tmp.16.wav --clock-rate 16000 --auto-answer 200") - ] - ) - -pesq_threshold = None -- cgit v1.2.3