160_srtp_dtls.py 317 B

12345678910
  1. #
  2. from inc_cfg import *
  3. test_param = TestParam(
  4. "Callee=mandatory SRTP, caller=mandatory SRTP with DTLS keying",
  5. [
  6. InstanceParam("callee", "--null-audio --use-srtp=2 --srtp-secure=0 --max-calls=1"),
  7. InstanceParam("caller", "--null-audio --use-srtp=2 --srtp-secure=0 --max-calls=1 --srtp-keying=1")
  8. ]
  9. )