# $Id: 150_srtp_2_2.py 2025 2008-06-15 19:43:43Z bennylp $ # from inc_cfg import * test_param = TestParam( "Callee=mandatory SRTP, caller=mandatory SRTP", [ InstanceParam("callee", "--null-audio --use-srtp=2 --srtp-secure=0 --max-calls=1"), InstanceParam("caller", "--null-audio --use-srtp=2 --srtp-secure=0 --max-calls=1") ] )