~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject-2.0.1/tests/pjsua/scripts-call/305_ice_comp_1_2.py

  • Committer: Jackson Doak
  • Date: 2013-07-10 21:04:46 UTC
  • mfrom: (20.1.3 sid)
  • Revision ID: noskcaj@ubuntu.com-20130710210446-y8f587vza807icr9
Properly merged from upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id: 305_ice_comp_1_2.py 2196 2008-08-07 09:55:52Z bennylp $
 
2
#
 
3
from inc_cfg import *
 
4
 
 
5
# Different number of ICE components
 
6
test_param = TestParam(
 
7
                "Callee=use ICE, caller=use ICE",
 
8
                [
 
9
                        InstanceParam("callee", "--null-audio --use-ice --max-calls=1 --ice-no-rtcp", enable_buffer=True),
 
10
                        InstanceParam("caller", "--null-audio --use-ice --max-calls=1", enable_buffer=True)
 
11
                ]
 
12
                )