Ignore:
Timestamp:
Jun 25, 2008 3:05:21 PM (16 years ago)
Author:
nanang
Message:

Ticket #543: added mod pesq & mod media playrec to runall.py, also added some more wav files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/runall.py

    r2033 r2051  
    1313excluded_tests = [ "svn", 
    1414                   "pyc", 
    15                    #"scripts-call/150_srtp_1_2", 
    16                    "scripts-call/150_srtp_2_1" 
     15                   "scripts-call/150_srtp_2_1",                         # SRTP optional 'cannot' call SRTP mandatory 
     16                   "scripts-media-playrec/100_resample_lf_8_11.py",     # related to clock-rate 11 kHz problem 
     17                   "scripts-media-playrec/100_resample_lf_8_22.py",     # related to clock-rate 22 kHz problem 
     18                   "scripts-media-playrec/100_resample_lf_11"           # related to clock-rate 11 kHz problem 
    1719                   ] 
    1820 
     
    3234for f in os.listdir("scripts-sendto"): 
    3335    tests.append("mod_sendto.py scripts-sendto/" + f) 
     36 
     37# Add mod_media_playrec tests 
     38for f in os.listdir("scripts-media-playrec"): 
     39    tests.append("mod_media_playrec.py scripts-media-playrec/" + f) 
     40 
     41# Add mod_pesq tests 
     42for f in os.listdir("scripts-pesq"): 
     43    tests.append("mod_pesq.py scripts-pesq/" + f) 
    3444 
    3545# Filter-out excluded tests 
Note: See TracChangeset for help on using the changeset viewer.