[asterisk-scf-commits] asterisk-scf/release/testsuite.git branch "master" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Mon May 14 15:08:57 CDT 2012
branch "master" has been updated
via 77eb7ea45d640c5f9515f1abc762cbd82d427d97 (commit)
via 6bd3a319471e32b05b2f0a99f344523c2e6907b8 (commit)
from 0f734b5a5bcda414699fa5cec8b32b548f5a636c (commit)
Summary of changes:
.../sip/Functional_Simple_Endpoint/testcase.yaml | 8 ++++----
tests/asteriskscf/sip/tests.yaml | 8 ++------
tests/asteriskscf/tests.yaml | 2 +-
3 files changed, 7 insertions(+), 11 deletions(-)
- Log -----------------------------------------------------------------
commit 77eb7ea45d640c5f9515f1abc762cbd82d427d97
Author: Darren Sessions <dsessions at digium.com>
Date: Mon May 14 15:08:54 2012 -0500
Reactivating non-failover sip tests.
diff --git a/tests/asteriskscf/sip/tests.yaml b/tests/asteriskscf/sip/tests.yaml
index 09c22cd..88c3717 100644
--- a/tests/asteriskscf/sip/tests.yaml
+++ b/tests/asteriskscf/sip/tests.yaml
@@ -5,12 +5,8 @@ docs :
template : generic
overview : 'SIP overview goes here'
testcase :
-# - configurator
-# - Functional_Simple_Call_Plus_Failover
-# - testing
-
-## - Functional_Simple_Endpoint
- - Functional_Busy_Endpoint
+ - Functional_Simple_Endpoint
+# - Functional_Busy_Endpoint
# - Functional_Timeout_Endpoint
# - Functional_Congestion_Endpoint
diff --git a/tests/asteriskscf/tests.yaml b/tests/asteriskscf/tests.yaml
index 7e665c5..2bcda5e 100644
--- a/tests/asteriskscf/tests.yaml
+++ b/tests/asteriskscf/tests.yaml
@@ -1,6 +1,6 @@
tests :
- failover
-# - sip
+ - sip
# - service_locator
# - bridge
# - routing
commit 6bd3a319471e32b05b2f0a99f344523c2e6907b8
Author: Darren Sessions <dsessions at digium.com>
Date: Mon May 14 15:08:00 2012 -0500
Updated the testcase remote hosts to reflect a now working testsuite-remote-2 remote agent.
diff --git a/tests/asteriskscf/sip/Functional_Simple_Endpoint/testcase.yaml b/tests/asteriskscf/sip/Functional_Simple_Endpoint/testcase.yaml
index 9dfd1c5..67fa40d 100644
--- a/tests/asteriskscf/sip/Functional_Simple_Endpoint/testcase.yaml
+++ b/tests/asteriskscf/sip/Functional_Simple_Endpoint/testcase.yaml
@@ -36,7 +36,7 @@ tests :
ipv4oripv6 : ipv4
- service :
type : endpoint
- targethost : [testsuite-remote-3.digium.internal, public1, ipv4]
+ targethost : [testsuite-remote-2.digium.internal, public1, ipv4]
targetport : 5060
sourcehost : [testsuite-remote-1.digium.internal, public1, ipv4]
sourceport : 5060
@@ -47,7 +47,7 @@ tests :
formats : 'ulaw/8000'
- sipp :
type : endpoint
- targethost : [testsuite-remote-4.digium.internal, public1, ipv4]
+ targethost : [testsuite-remote-3.digium.internal, public1, ipv4]
targetport : 5060
sourcehost : [testsuite-remote-1.digium.internal, public1, ipv4]
sourceport : 5060
@@ -63,14 +63,14 @@ tests :
endport : 20000
workerthreadcount : 4
- sipp:
- remote_agent : [testsuite-remote-3.digium.internal, public1, ipv4]
+ remote_agent : [testsuite-remote-2.digium.internal, public1, ipv4]
cmd :
- uas :
transport : udp
ipv4oripv6 : ipv4
timeout : 10
- sipp:
- remote_agent : [testsuite-remote-4.digium.internal, public1, ipv4]
+ remote_agent : [testsuite-remote-3.digium.internal, public1, ipv4]
cmd :
- uac :
calls : 1
-----------------------------------------------------------------------
--
asterisk-scf/release/testsuite.git
More information about the asterisk-scf-commits
mailing list