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