summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-pres/100_peertopeer.py
blob: a35f981f288a0243d96731f68e8c8336b5e9b80b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $Id: 100_peertopeer.py 2392 2008-12-22 18:54:58Z bennylp $
#
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")
		]
		)