blob: a35f981f288a0243d96731f68e8c8336b5e9b80b [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id: 100_peertopeer.py 2392 2008-12-22 18:54:58Z bennylp $
2#
3from inc_cfg import *
4
5# Direct peer to peer presence
6test_param = TestParam(
7 "Direct peer to peer presence",
8 [
9 InstanceParam("client1", "--null-audio"),
10 InstanceParam("client2", "--null-audio")
11 ]
12 )