[asterisk-scf-commits] asterisk-scf/integration/testsuite.git branch "review" updated.
Commits to the Asterisk SCF project code repositories
asterisk-scf-commits at lists.digium.com
Wed Jun 1 22:27:00 CDT 2011
branch "review" has been updated
via cf17599d56290add0c6d27b80da9f1de1b29608d (commit)
from c9db3e5153cf0e7e2385fcdd873364114b2b730f (commit)
Summary of changes:
.../testcase.yaml | 2 +-
tests/build/tests.yaml | 2 +-
.../testcase.yaml | 67 ++++++++++++++++++++
3 files changed, 69 insertions(+), 2 deletions(-)
rename tests/build/{Build_and_Distribute_Asterisk_SCF => Build_and_Distribute_Asterisk_SCF_to_Remotes}/testcase.yaml (98%)
- Log -----------------------------------------------------------------
commit cf17599d56290add0c6d27b80da9f1de1b29608d
Author: Darren Sessions <dsessions at digium.com>
Date: Wed Jun 1 22:26:56 2011 -0500
another test name change. added ipv6 to ipv6 basic call test.
diff --git a/tests/build/Build_and_Distribute_Asterisk_SCF/testcase.yaml b/tests/build/Build_and_Distribute_Asterisk_SCF_to_Remotes/testcase.yaml
similarity index 98%
rename from tests/build/Build_and_Distribute_Asterisk_SCF/testcase.yaml
rename to tests/build/Build_and_Distribute_Asterisk_SCF_to_Remotes/testcase.yaml
index 826b966..94e579d 100644
--- a/tests/build/Build_and_Distribute_Asterisk_SCF/testcase.yaml
+++ b/tests/build/Build_and_Distribute_Asterisk_SCF_to_Remotes/testcase.yaml
@@ -1,4 +1,4 @@
-name : Build_and_Distribute_Asterisk_SCF
+name : Build_and_Distribute_Asterisk_SCF_to_Remotes
tests :
- ice_cpp :
timeline :
diff --git a/tests/build/tests.yaml b/tests/build/tests.yaml
index 2c7804a..a4834e6 100644
--- a/tests/build/tests.yaml
+++ b/tests/build/tests.yaml
@@ -1,2 +1,2 @@
testcase :
- - Build_and_Distribute_Asterisk_SCF
+ - Build_and_Distribute_Asterisk_SCF_to_Remotes
diff --git a/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml b/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml
index 37256b8..81fbce3 100644
--- a/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml
+++ b/tests/sip/SysTest_Functional_Basic_CallSetup/testcase.yaml
@@ -71,3 +71,70 @@ tests :
ipv4oripv6 : ipv4
transport : udp
timeout : 10
+ - ipv6toipv6 :
+ expected_failure : False
+ timeline:
+ - asteriskscf_icebox :
+ testsuite_remote_host : testsuite-remote-1.digium.internal
+ cmd :
+ start :
+ - service_locator_replicator
+ - service_locator
+ - logger_server
+ - bridge_state_replicator
+ - bridge
+ - routing_state_replicator
+ - routing
+ - sip_state_replicator
+ - sip_session_gateway
+ - rtp_state_replicator
+ - media_rtp_pjmedia
+ - asteriskscf_configurator :
+ service_locator_host : testsuite-remote-1.digium.internal
+ configuration_wipe : False
+ cmd :
+ sip :
+ - localhost_udp6 :
+ type : transport_udp
+ host : testsuite-remote-1.digium.internal
+ port : 5060
+ ipv4oripv6 : ipv6
+ - service :
+ type : endpoint
+ targethost : testsuite-remote-2.digium.internal
+ targetport : 5060
+ sourcehost : testsuite-remote-1.digium.internal
+ sourceport : 5060
+ ipv4oripv6 : ipv6
+ direction : both
+ - sipp :
+ type : endpoint
+ targethost : testsuite-remote-3.digium.internal
+ targetport : 5060
+ sourcehost : testsuite-remote-1.digium.internal
+ sourceport : 5060
+ ipv4oripv6 : ipv6
+ direction : both
+ rtp :
+ - general :
+ startport : 10001
+ endport : 20000
+ workerthreadcount : 4
+ - sipp:
+ testsuite_remote_host : testsuite-remote-2.digium.internal
+ cmd :
+ - uas :
+ transport : udp
+ ipv4oripv6 : ipv6
+ timeout : 10
+ - sipp:
+ testsuite_remote_host : testsuite-remote-3.digium.internal
+ cmd :
+ - uac :
+ calls : 1
+ cps : 1
+ duration : 10
+ targethost : testsuite-remote-1.digium.internal
+ ipv4oripv6 : ipv6
+ transport : udp
+ timeout : 10
-----------------------------------------------------------------------
--
asterisk-scf/integration/testsuite.git
More information about the asterisk-scf-commits
mailing list