[Asterisk-code-review] Branching: Remove unused/old tests that were embedded in a test (testsuite[newmaster])

Kevin Harwell asteriskteam at digium.com
Mon Jan 29 11:54:28 CST 2018


Kevin Harwell has uploaded this change for review. ( https://gerrit.asterisk.org/8094


Change subject: Branching: Remove unused/old tests that were embedded in a test
......................................................................

Branching: Remove unused/old tests that were embedded in a test

There were many cases where a change between a given version of Asterisk
broke a test. Previously, the test itself would separate out test data and
configurations based on the version being run. In a couple of cases the
technique employed was to copy the test into another directory and change
only those values needed. Later instead of creating a whole separate test
versioning information was put into place that allowed a test to maintain
separate configuration sections and data files within one test.

As part of the initial work to add branches to the testsuite this patch removes
tests, and their associated data, that were currently embedded within a test.
All tests that had a maxversion less than any of the current releases of
Asterisk were removed.

Change-Id: I3688a57452191c13e129c6f924d40ae1398bb24a
---
M tests/apps/bridge/bridge_baseline/test-config.yaml
M tests/apps/confbridge/confbridge_end_marked/test-config.yaml
M tests/apps/confbridge/confbridge_marked/test-config.yaml
M tests/apps/confbridge/confbridge_marked_unmarked/test-config.yaml
M tests/apps/confbridge/confbridge_triple_lindy/test-config.yaml
M tests/apps/confbridge/confbridge_waitmarked_normal/test-config.yaml
M tests/apps/dial/action_post_answer/called_party_continue/test-config.yaml
M tests/apps/dial/action_post_answer/caller_continue/test-config.yaml
M tests/apps/dial/action_post_answer/party_transfer/test-config.yaml
M tests/apps/dial/dial_answer/test-config.yaml
M tests/apps/dial/dial_busy/test-config.yaml
M tests/apps/dial/dial_congestion/test-config.yaml
M tests/apps/dial/dial_dtmf_hangup_cancel/test-config.yaml
M tests/apps/dial/dial_hangup/test-config.yaml
M tests/apps/dial/dial_no_answer/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_all_busy/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_all_cancel/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_all_congestion/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_all_no_answer/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_all_unavail/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_answer_cancel/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_single_busy/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_single_congestion/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_single_no_answer/test-config.yaml
M tests/apps/dial/dial_parallel/dial_parallel_single_unavail/test-config.yaml
M tests/apps/dial/dial_timeout/test-config.yaml
M tests/apps/dial/dial_unavail/test-config.yaml
M tests/apps/dial/mid_call_events/dial_gosub/test-config.yaml
M tests/apps/dial/mid_call_events/dial_macro/test-config.yaml
M tests/apps/dial/peer_h_exten/test-config.yaml
M tests/apps/page/page_predial/test-config.yaml
M tests/asyncagi/asyncagi_break/test-config.yaml
M tests/bridge/atxfer_setup/test-config.yaml
M tests/bridge/automixmon/test-config.yaml
M tests/bridge/automon/test-config.yaml
M tests/bridge/blindxfer_setup/test-config.yaml
M tests/bridge/disconnect/test-config.yaml
M tests/bridge/parkcall/test-config.yaml
M tests/bridge/parkcall_blindxfer/test-config.yaml
M tests/bridge/parkcall_timeout/comebacktoorigin_no/test-config.yaml
M tests/bridge/parkcall_timeout/comebacktoorigin_yes/test-config.yaml
M tests/bridge/simple_bridge/test-config.yaml
M tests/bridge/transfer_capabilities/test-config.yaml
M tests/bridge/transfer_failure/test-config.yaml
M tests/cdr/cdr_manipulation/cdr_fork_end_time/test-config.yaml
M tests/cdr/cdr_manipulation/console_fork_after_busy_forward/test-config.yaml
M tests/cdr/cdr_originate_sip_congestion_log/test-config.yaml
M tests/cdr/cdr_properties/cdr_accountcode/test-config.yaml
M tests/cdr/cdr_properties/cdr_userfield/test-config.yaml
M tests/cdr/cdr_unanswered_yes/test-config.yaml
M tests/cdr/console_dial_sip_transfer/test-config.yaml
M tests/cdr/sqlite3/test-config.yaml
M tests/channels/SIP/redirecting_reason/tests.yaml
D tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/extensions.conf
D tests/channels/SIP/redirecting_reason/v13.0.0/configs/ast1/sip.conf
D tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-diversion.xml
D tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uac-no-hangup.xml
D tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-480.xml
D tests/channels/SIP/redirecting_reason/v13.0.0/sipp/uas-redirect.xml
D tests/channels/SIP/redirecting_reason/v13.0.0/test-config.yaml
M tests/channels/iax2/basic-call/test-config.yaml
M tests/channels/local/local_app/test-config.yaml
M tests/channels/local/local_call/test-config.yaml
M tests/channels/local/local_holding_bridge/test-config.yaml
M tests/channels/local/local_optimize_away/test-config.yaml
M tests/channels/pjsip/ami/show_endpoint/test-config.yaml
M tests/channels/pjsip/ami/show_endpoints/test-config.yaml
M tests/channels/pjsip/ami/show_registrations_inbound/test-config.yaml
M tests/channels/pjsip/ami/show_registrations_outbound/test-config.yaml
M tests/channels/pjsip/ami/show_subscriptions/test-config.yaml
M tests/channels/pjsip/qualify/basic/test-config.yaml
M tests/channels/pjsip/qualify/max_initial_qualify_time/test-config.yaml
M tests/channels/pjsip/qualify/no_qualify/test-config.yaml
M tests/channels/pjsip/qualify/qualify_timeout/test-config.yaml
M tests/channels/pjsip/refer_send_to_vm/tests.yaml
D tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/extensions.conf
D tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/pjsip.conf
D tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/invite.xml
D tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/refer.xml
D tests/channels/pjsip/refer_send_to_vm/v12.2.0/test-config.yaml
D tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/sipp/register-noauth-ipv4.xml
D tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/sipp/register-noauth-ipv6.xml
M tests/channels/pjsip/registration/inbound/nominal/config_options/remove_existing/test-config.yaml
M tests/channels/pjsip/registration/outbound/unregister/unauthed/test-config.yaml
M tests/channels/pjsip/set_var/test-config.yaml
D tests/channels/pjsip/subscriptions/presence/dialog_info_xml/sipp/subscribe.xml
M tests/channels/pjsip/subscriptions/presence/dialog_info_xml/test-config.yaml
D tests/channels/pjsip/transfers/blind_transfer/callee_direct_media/sipp/bob.xml
M tests/channels/pjsip/transfers/blind_transfer/callee_direct_media/test-config.yaml
D tests/channels/pjsip/transfers/blind_transfer/caller_direct_media/sipp/alice.xml
M tests/channels/pjsip/transfers/blind_transfer/caller_direct_media/test-config.yaml
M tests/funcs/func_push/test-config.yaml
M tests/manager/mixmonitor/test-config.yaml
93 files changed, 0 insertions(+), 6,482 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/94/8094/1


-- 
To view, visit https://gerrit.asterisk.org/8094
To unsubscribe, visit https://gerrit.asterisk.org/settings

Gerrit-Project: testsuite
Gerrit-Branch: newmaster
Gerrit-MessageType: newchange
Gerrit-Change-Id: I3688a57452191c13e129c6f924d40ae1398bb24a
Gerrit-Change-Number: 8094
Gerrit-PatchSet: 1
Gerrit-Owner: Kevin Harwell <kharwell at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180129/ef3f8687/attachment.html>


More information about the asterisk-code-review mailing list