summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-pres/100_peertopeer.py
blob: 84e6c7a731827500cf3f98669b07e43e1a0f4cb0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id$
#
from inc_cfg import *

# Direct peer to peer presence
test_param = TestParam(
		"Direct peer to peer presence",
		[
			InstanceParam("client1", "--null-audio"),
			InstanceParam("client2", "--null-audio")
		]
		)