Ignore:
Timestamp:
Jun 15, 2008 7:43:43 PM (16 years ago)
Author:
bennylp
Message:

Added presence pjsua unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjsip-apps/src/test-pjsua/scripts-call/300_ice_1_0.py

    r2017 r2025  
    1 # $Id:$ 
     1# $Id$ 
    22# 
    3 import inc_cfg 
    4  
     3from inc_cfg import * 
     4  
    55# ICE mismatch 
    6 config = inc_cfg.CallConfig( 
    7                 title = "Callee=use ICE, caller=no ICE", 
    8                 callee_cfg = inc_cfg.Config(arg="--null-audio --use-ice"), 
    9                 caller_cfg = inc_cfg.Config(arg="--null-audio") 
     6test_param = TestParam( 
     7                "Callee=use ICE, caller=no ICE", 
     8                [ 
     9                        InstanceParam("callee", "--null-audio --use-ice --max-calls=1"), 
     10                        InstanceParam("caller", "--null-audio --max-calls=1") 
     11                ] 
    1012                ) 
Note: See TracChangeset for help on using the changeset viewer.