Ignore:
Timestamp:
Jun 20, 2008 12:25:55 AM (16 years ago)
Author:
bennylp
Message:

More ticket #543: added mod_sendto.py to send arbitrary INVITE request

File:
1 edited

Legend:

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

    r2028 r2033  
    1313excluded_tests = [ "svn", 
    1414                   "pyc", 
    15                    "scripts-call/150_srtp_1_2", 
    16                    "scripts-call/150_srtp_2_1", 
    17                    "scripts-call/300_ice_1_1"] 
     15                   #"scripts-call/150_srtp_1_2", 
     16                   "scripts-call/150_srtp_2_1" 
     17                   ] 
    1818 
    1919# Add basic tests 
     
    2828for f in os.listdir("scripts-pres"): 
    2929    tests.append("mod_pres.py scripts-pres/" + f) 
     30 
     31# Add mod_sendto tests 
     32for f in os.listdir("scripts-sendto"): 
     33    tests.append("mod_sendto.py scripts-sendto/" + f) 
    3034 
    3135# Filter-out excluded tests 
Note: See TracChangeset for help on using the changeset viewer.