Changeset 2025 for pjproject/trunk/pjsip-apps/src/test-pjsua/mod_run.py
- Timestamp:
- Jun 15, 2008 7:43:43 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/test-pjsua/mod_run.py
- Property svn:eol-style set to native
- Property svn:keywords set to id
r2017 r2025 2 2 import imp 3 3 import sys 4 import inc_param as param5 4 6 5 … … 8 7 cfg_file = imp.load_source("cfg_file", sys.argv[2]) 9 8 10 # Test title11 title = "Basic pjsua"12 13 # Param to spawn pjsua14 p1 = param.Pjsua("pjsua", args=cfg_file.config.arg,15 echo=cfg_file.config.echo_enabled,16 trace=cfg_file.config.trace_enabled)17 18 9 # Here where it all comes together 19 test = param.Test(title, run=[p1])10 test = cfg_file.test_param
Note: See TracChangeset
for help on using the changeset viewer.