summaryrefslogtreecommitdiff
path: root/tests/pjsua/scripts-pres/100_peertopeer.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pjsua/scripts-pres/100_peertopeer.py')
-rw-r--r--tests/pjsua/scripts-pres/100_peertopeer.py12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/pjsua/scripts-pres/100_peertopeer.py b/tests/pjsua/scripts-pres/100_peertopeer.py
new file mode 100644
index 00000000..84e6c7a7
--- /dev/null
+++ b/tests/pjsua/scripts-pres/100_peertopeer.py
@@ -0,0 +1,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")
+ ]
+ )