100_simple.py 234 B

123456789101112
  1. #
  2. # Just about the simple pjsua command line parameter, which should
  3. # never fail in any circumstances
  4. from inc_cfg import *
  5. test_param = TestParam(
  6. "Basic run",
  7. [
  8. InstanceParam("pjsua", "--null-audio --rtp-port 0")
  9. ]
  10. )