Ignore:
Timestamp:
Jun 26, 2008 12:26:52 PM (16 years ago)
Author:
nanang
Message:

Ticket #543: Updated PESQ test, sound device used only by one side to avoid contention

File:
1 edited

Legend:

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

    r2052 r2057  
    6868        # params is list containing InstanceParams objects 
    6969        inst_params = [] 
     70        # flag if this tes should be skipped 
     71        skip = None 
    7072        # list of Expect instances, to be filled at run-time by 
    7173        # the test program       
     
    7880                        title,          # Test title 
    7981                        inst_params,    # InstanceParam's as list 
     82                        skip=False, 
    8083                        func=None, 
    8184                        post_func=None, 
     
    8386                self.title = title 
    8487                self.inst_params = inst_params 
     88                self.skip = skip 
    8589                self.test_func = func 
    8690                self.post_func = post_func 
Note: See TracChangeset for help on using the changeset viewer.