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

« back to all changes in this revision

Viewing changes to daemon/libs/pjproject/tests/pjsua/scripts-call/100_simplecall.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: 100_simplecall.py 2392 2008-12-22 18:54:58Z bennylp $
2
 
#
3
 
from inc_cfg import *
4
 
 
5
 
# Simple call
6
 
test_param = TestParam(
7
 
                "Basic call",
8
 
                [
9
 
                        InstanceParam("callee", "--null-audio --max-calls=1"),
10
 
                        InstanceParam("caller", "--null-audio --max-calls=1")
11
 
                ]
12
 
                )