[asterisk-commits] testsuite: Split redirecting reason into v13.0.0 and v13.8.0... (testsuite[master])
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Thu Mar 3 07:18:43 CST 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: testsuite: Split redirecting_reason into v13.0.0 and v13.8.0 versions.
......................................................................
testsuite: Split redirecting_reason into v13.0.0 and v13.8.0 versions.
This is just a directory rearangement and linking the tests into
the tests.yaml tree to make a subsequent patch easier to see what
changed.
Change-Id: I093c573183f9d04da922ceb15507e293d84bab0a
---
A tests/channels/SIP/redirecting_reason/tests.yaml
R tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/extensions.conf
R tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/sip.conf
R tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-diversion.xml
R tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-no-hangup.xml
R tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-480.xml
R tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-redirect.xml
R tests/channels/SIP/redirecting_reason/v13.0.0/test-config.yaml
C tests/channels/SIP/redirecting_reason/v13.8.0/configs/ast1/extensions.conf
C tests/channels/SIP/redirecting_reason/v13.8.0/configs/ast1/sip.conf
C tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uac-diversion.xml
C tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uac-no-hangup.xml
C tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uas-480.xml
C tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uas-redirect.xml
C tests/channels/SIP/redirecting_reason/v13.8.0/test-config.yaml
M tests/channels/SIP/tests.yaml
16 files changed, 65 insertions(+), 61 deletions(-)
Approvals:
Kevin Harwell: Looks good to me, but someone else must approve
Anonymous Coward #1000019: Verified
Joshua Colp: Looks good to me, approved
diff --git a/tests/channels/SIP/redirecting_reason/tests.yaml b/tests/channels/SIP/redirecting_reason/tests.yaml
new file mode 100644
index 0000000..c4adfd6
--- /dev/null
+++ b/tests/channels/SIP/redirecting_reason/tests.yaml
@@ -0,0 +1,4 @@
+# Enter tests here in the order they should be considered for execution:
+tests:
+ - test: 'v13.0.0'
+ - test: 'v13.8.0'
diff --git a/tests/channels/SIP/redirecting_reason/configs/ast1/extensions.conf b/tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/extensions.conf
similarity index 100%
rename from tests/channels/SIP/redirecting_reason/configs/ast1/extensions.conf
rename to tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/extensions.conf
diff --git a/tests/channels/SIP/redirecting_reason/configs/ast1/sip.conf b/tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/sip.conf
similarity index 100%
rename from tests/channels/SIP/redirecting_reason/configs/ast1/sip.conf
rename to tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/sip.conf
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uac-diversion.xml b/tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-diversion.xml
similarity index 100%
rename from tests/channels/SIP/redirecting_reason/sipp/uac-diversion.xml
rename to tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-diversion.xml
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uac-no-hangup.xml b/tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-no-hangup.xml
similarity index 100%
rename from tests/channels/SIP/redirecting_reason/sipp/uac-no-hangup.xml
rename to tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-no-hangup.xml
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uas-480.xml b/tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-480.xml
similarity index 100%
rename from tests/channels/SIP/redirecting_reason/sipp/uas-480.xml
rename to tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-480.xml
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uas-redirect.xml b/tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-redirect.xml
similarity index 100%
rename from tests/channels/SIP/redirecting_reason/sipp/uas-redirect.xml
rename to tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-redirect.xml
diff --git a/tests/channels/SIP/redirecting_reason/test-config.yaml b/tests/channels/SIP/redirecting_reason/v13.0.0/test-config.yaml
similarity index 100%
rename from tests/channels/SIP/redirecting_reason/test-config.yaml
rename to tests/channels/SIP/redirecting_reason/v13.0.0/test-config.yaml
diff --git a/tests/channels/SIP/redirecting_reason/configs/ast1/extensions.conf b/tests/channels/SIP/redirecting_reason/v13.8.0/configs/ast1/extensions.conf
similarity index 100%
copy from tests/channels/SIP/redirecting_reason/configs/ast1/extensions.conf
copy to tests/channels/SIP/redirecting_reason/v13.8.0/configs/ast1/extensions.conf
diff --git a/tests/channels/SIP/redirecting_reason/configs/ast1/sip.conf b/tests/channels/SIP/redirecting_reason/v13.8.0/configs/ast1/sip.conf
similarity index 100%
copy from tests/channels/SIP/redirecting_reason/configs/ast1/sip.conf
copy to tests/channels/SIP/redirecting_reason/v13.8.0/configs/ast1/sip.conf
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uac-diversion.xml b/tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uac-diversion.xml
similarity index 100%
copy from tests/channels/SIP/redirecting_reason/sipp/uac-diversion.xml
copy to tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uac-diversion.xml
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uac-no-hangup.xml b/tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uac-no-hangup.xml
similarity index 100%
copy from tests/channels/SIP/redirecting_reason/sipp/uac-no-hangup.xml
copy to tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uac-no-hangup.xml
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uas-480.xml b/tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uas-480.xml
similarity index 100%
copy from tests/channels/SIP/redirecting_reason/sipp/uas-480.xml
copy to tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uas-480.xml
diff --git a/tests/channels/SIP/redirecting_reason/sipp/uas-redirect.xml b/tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uas-redirect.xml
similarity index 100%
copy from tests/channels/SIP/redirecting_reason/sipp/uas-redirect.xml
copy to tests/channels/SIP/redirecting_reason/v13.8.0/sipp/uas-redirect.xml
diff --git a/tests/channels/SIP/redirecting_reason/test-config.yaml b/tests/channels/SIP/redirecting_reason/v13.8.0/test-config.yaml
similarity index 100%
copy from tests/channels/SIP/redirecting_reason/test-config.yaml
copy to tests/channels/SIP/redirecting_reason/v13.8.0/test-config.yaml
diff --git a/tests/channels/SIP/tests.yaml b/tests/channels/SIP/tests.yaml
index fc518ba..a572dc1 100644
--- a/tests/channels/SIP/tests.yaml
+++ b/tests/channels/SIP/tests.yaml
@@ -1,75 +1,75 @@
# Enter tests here in the order they should be considered for execution:
tests:
- - test: 'handle_response_refer'
- - test: 'acl_call'
- - test: 'options'
- - test: 'refer_replaces_to_self'
- - test: 'info_dtmf'
+ - dir: 'ami'
+ - dir: 'redirecting_reason'
+ - dir: 'register_forbidden_retry'
+ - dir: 'sendrpid'
+ - dir: 'session_timers'
+ - dir: 'sip_blind_transfer'
+ - dir: 'sip_custom_presence'
+ - dir: 'sip_srtp'
- dir: 'tcpauthlimit'
- dir: 'tcpauthtimeout'
- - test: 'sip_outbound_address'
+ - test: 'acl_call'
+ - test: 'alwaysauthreject'
+ - test: 'custom_info'
+ - test: 'device_state_notification'
+ - test: 'direct_rtp_fallback'
+ - test: 'directrtpsetup'
+ - test: 'generic_ccss'
+ - test: 'handle_response_address_incomplete'
+ - test: 'handle_response_refer'
+ - test: 'hangupcause'
+ - test: 'header_parsing'
+ - test: 'info_dtmf'
+ - test: 'invite_no_totag'
+ - test: 'invite_retransmit'
+ - test: 'message_auth'
+ - test: 'message_auth_cust_hdr'
+ - test: 'message_disabled'
+ - test: 'message_from_call'
+ - test: 'message_mark_all_outbound'
+ - test: 'message_send_ami'
+ - test: 'message_unauth'
+ - test: 'message_unauth_from'
+ - test: 'nat_supertest'
+ - test: 'no_ack_dialog_cleanup'
+ - test: 'no_reinvite_after_491'
+ - test: 'noload_res_srtp'
+ - test: 'noload_res_srtp_attempt_srtp'
+ - test: 'options'
+ - test: 'outbound_register_from'
+ - test: 'outbound_reregister_from'
+ - test: 'path'
+ - test: 'pcap_demo'
+ - test: 'realtime_nosipregs'
+ - test: 'realtime_sipregs'
+ - test: 'refer_replaces_to_self'
+ - test: 'rfc2833_dtmf_detect'
+ - test: 'route'
+ - test: 'SDP_attribute_passthrough'
+ - test: 'SDP_offer_answer'
+ - test: 'secure_bridge_media'
+ - test: 'sip2cause'
- test: 'sip_attended_transfer'
- test: 'sip_attended_transfer_tcp'
- test: 'sip_attended_transfer_v6'
- - dir: 'sip_blind_transfer'
- - test: 'sip_one_legged_transfer'
- - test: 'sip_one_legged_transfer_v6'
- - test: 'sip_register'
- - test: 'sip_register_domain_acl'
- - test: 'sip_unregister'
+ - test: 'sip_bye_also'
+ - test: 'sip_cause'
- test: 'sip_channel_params'
- - test: 'sip_tls_call'
- - test: 'sip_tls_register'
- - dir: 'sip_srtp'
- - test: 'noload_res_srtp'
- - test: 'noload_res_srtp_attempt_srtp'
- - test: 'secure_bridge_media'
- - test: 'message_disabled'
- - test: 'message_unauth'
- - test: 'message_unauth_from'
- - test: 'message_auth'
- - test: 'message_auth_cust_hdr'
- - test: 'message_send_ami'
- - test: 'message_from_call'
- - test: 'message_mark_all_outbound'
- - test: 'handle_response_address_incomplete'
- - test: 'realtime_sipregs'
- - test: 'realtime_nosipregs'
- - test: 'SDP_offer_answer'
- - test: 'SDP_attribute_passthrough'
- - test: 'nat_supertest'
- - test: 'pcap_demo'
- test: 'sip_hold'
- test: 'sip_hold_direct_media'
- - test: 'sip_hold_no_moh'
- test: 'sip_hold_ice'
- - test: 'header_parsing'
- - test: 'use_contact_from_200'
- - test: 'generic_ccss'
- - dir: 'sip_custom_presence'
- - test: 'custom_info'
- - test: 'hangupcause'
- - test: 'sip_cause'
- - test: 'invite_no_totag'
- - test: 'sip2cause'
+ - test: 'sip_hold_no_moh'
+ - test: 'sip_one_legged_transfer'
+ - test: 'sip_one_legged_transfer_v6'
+ - test: 'sip_outbound_address'
- test: 'sip_outbound_proxy'
+ - test: 'sip_register'
+ - test: 'sip_register_domain_acl'
+ - test: 'sip_tls_call'
+ - test: 'sip_tls_register'
+ - test: 'sip_unregister'
- test: 'subscribe'
- - test: 'rfc2833_dtmf_detect'
- - test: 'device_state_notification'
- - test: 'directrtpsetup'
- - dir: 'session_timers'
- - test: 'path'
- - test: 'alwaysauthreject'
- - test: 'route'
- - dir: 'register_forbidden_retry'
- - test: 'outbound_register_from'
- - test: 'outbound_reregister_from'
- - test: 'direct_rtp_fallback'
- - dir: 'sendrpid'
- test: 'tel_uri'
- - dir: 'ami'
- - test: 'invite_retransmit'
- - test: 'no_ack_dialog_cleanup'
- - test: 'no_reinvite_after_491'
- - test: 'sip_bye_also'
- - test: 'redirecting_reason'
+ - test: 'use_contact_from_200'
--
To view, visit https://gerrit.asterisk.org/2337
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I093c573183f9d04da922ceb15507e293d84bab0a
Gerrit-PatchSet: 3
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Richard Mudgett <rmudgett at digium.com>
Gerrit-Reviewer: Anonymous Coward #1000019
Gerrit-Reviewer: Joshua Colp <jcolp at digium.com>
Gerrit-Reviewer: Kevin Harwell <kharwell at digium.com>
More information about the asterisk-commits
mailing list