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 0000000..a35f981
--- /dev/null
+++ b/tests/pjsua/scripts-pres/100_peertopeer.py
@@ -0,0 +1,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")
+ ]
+ )