~ubuntu-branches/ubuntu/wily/sflphone/wily

« back to all changes in this revision

Viewing changes to sflphone-common/libs/pjproject/tests/pjsua/scripts-call/300_ice_1_0.py

  • Committer: Package Import Robot
  • Author(s): Francois Marier
  • Date: 2011-11-25 13:24:12 UTC
  • mfrom: (4.1.10 sid)
  • Revision ID: package-import@ubuntu.com-20111125132412-dc4qvhyosk74cd42
Tags: 1.0.1-4
Don't assume that arch:all packages will get built (closes: #649726)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: 300_ice_1_0.py 2025 2008-06-15 19:43:43Z bennylp $
2
 
#
3
 
from inc_cfg import *
4
 
 
5
 
# ICE mismatch
6
 
test_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
 
                ]
12
 
                )