blob: 84e6c7a731827500cf3f98669b07e43e1a0f4cb0 [file] [log] [blame]
Tristan Matthews0a329cc2013-07-17 13:20:14 -04001# $Id$
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 )