[Asterisk-code-review] testsuite: Split refer send to vm into v12.2.0 and v13.8.0 v... (testsuite[master])
Anonymous Coward
asteriskteam at digium.com
Thu Mar 3 07:18:37 CST 2016
Anonymous Coward #1000019 has submitted this change and it was merged.
Change subject: testsuite: Split refer_send_to_vm into v12.2.0 and v13.8.0 versions.
......................................................................
testsuite: Split refer_send_to_vm into v12.2.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: Ie9503006a5b23d1fa82d6710704abd0083f3dd04
---
A tests/channels/pjsip/refer_send_to_vm/tests.yaml
R tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/extensions.conf
R tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/pjsip.conf
R tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/invite.xml
R tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/refer.xml
R tests/channels/pjsip/refer_send_to_vm/v12.2.0/test-config.yaml
C tests/channels/pjsip/refer_send_to_vm/v13.8.0/configs/ast1/extensions.conf
C tests/channels/pjsip/refer_send_to_vm/v13.8.0/configs/ast1/pjsip.conf
C tests/channels/pjsip/refer_send_to_vm/v13.8.0/sipp/invite.xml
C tests/channels/pjsip/refer_send_to_vm/v13.8.0/sipp/refer.xml
C tests/channels/pjsip/refer_send_to_vm/v13.8.0/test-config.yaml
M tests/channels/pjsip/tests.yaml
12 files changed, 5 insertions(+), 1 deletion(-)
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/pjsip/refer_send_to_vm/tests.yaml b/tests/channels/pjsip/refer_send_to_vm/tests.yaml
new file mode 100644
index 0000000..87bb75f
--- /dev/null
+++ b/tests/channels/pjsip/refer_send_to_vm/tests.yaml
@@ -0,0 +1,4 @@
+# Enter tests here in the order they should be considered for execution:
+tests:
+ - test: 'v12.2.0'
+ - test: 'v13.8.0'
diff --git a/tests/channels/pjsip/refer_send_to_vm/configs/ast1/extensions.conf b/tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/extensions.conf
similarity index 100%
rename from tests/channels/pjsip/refer_send_to_vm/configs/ast1/extensions.conf
rename to tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/extensions.conf
diff --git a/tests/channels/pjsip/refer_send_to_vm/configs/ast1/pjsip.conf b/tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/pjsip.conf
similarity index 100%
rename from tests/channels/pjsip/refer_send_to_vm/configs/ast1/pjsip.conf
rename to tests/channels/pjsip/refer_send_to_vm/v12.2.0/configs/ast1/pjsip.conf
diff --git a/tests/channels/pjsip/refer_send_to_vm/sipp/invite.xml b/tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/invite.xml
similarity index 100%
rename from tests/channels/pjsip/refer_send_to_vm/sipp/invite.xml
rename to tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/invite.xml
diff --git a/tests/channels/pjsip/refer_send_to_vm/sipp/refer.xml b/tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/refer.xml
similarity index 100%
rename from tests/channels/pjsip/refer_send_to_vm/sipp/refer.xml
rename to tests/channels/pjsip/refer_send_to_vm/v12.2.0/sipp/refer.xml
diff --git a/tests/channels/pjsip/refer_send_to_vm/test-config.yaml b/tests/channels/pjsip/refer_send_to_vm/v12.2.0/test-config.yaml
similarity index 100%
rename from tests/channels/pjsip/refer_send_to_vm/test-config.yaml
rename to tests/channels/pjsip/refer_send_to_vm/v12.2.0/test-config.yaml
diff --git a/tests/channels/pjsip/refer_send_to_vm/configs/ast1/extensions.conf b/tests/channels/pjsip/refer_send_to_vm/v13.8.0/configs/ast1/extensions.conf
similarity index 100%
copy from tests/channels/pjsip/refer_send_to_vm/configs/ast1/extensions.conf
copy to tests/channels/pjsip/refer_send_to_vm/v13.8.0/configs/ast1/extensions.conf
diff --git a/tests/channels/pjsip/refer_send_to_vm/configs/ast1/pjsip.conf b/tests/channels/pjsip/refer_send_to_vm/v13.8.0/configs/ast1/pjsip.conf
similarity index 100%
copy from tests/channels/pjsip/refer_send_to_vm/configs/ast1/pjsip.conf
copy to tests/channels/pjsip/refer_send_to_vm/v13.8.0/configs/ast1/pjsip.conf
diff --git a/tests/channels/pjsip/refer_send_to_vm/sipp/invite.xml b/tests/channels/pjsip/refer_send_to_vm/v13.8.0/sipp/invite.xml
similarity index 100%
copy from tests/channels/pjsip/refer_send_to_vm/sipp/invite.xml
copy to tests/channels/pjsip/refer_send_to_vm/v13.8.0/sipp/invite.xml
diff --git a/tests/channels/pjsip/refer_send_to_vm/sipp/refer.xml b/tests/channels/pjsip/refer_send_to_vm/v13.8.0/sipp/refer.xml
similarity index 100%
copy from tests/channels/pjsip/refer_send_to_vm/sipp/refer.xml
copy to tests/channels/pjsip/refer_send_to_vm/v13.8.0/sipp/refer.xml
diff --git a/tests/channels/pjsip/refer_send_to_vm/test-config.yaml b/tests/channels/pjsip/refer_send_to_vm/v13.8.0/test-config.yaml
similarity index 100%
copy from tests/channels/pjsip/refer_send_to_vm/test-config.yaml
copy to tests/channels/pjsip/refer_send_to_vm/v13.8.0/test-config.yaml
diff --git a/tests/channels/pjsip/tests.yaml b/tests/channels/pjsip/tests.yaml
index e450574..b44fafb 100644
--- a/tests/channels/pjsip/tests.yaml
+++ b/tests/channels/pjsip/tests.yaml
@@ -12,6 +12,7 @@
- dir: 'optimistic_srtp'
- dir: 'publish'
- dir: 'qualify'
+ - dir: 'refer_send_to_vm'
- dir: 'registration'
- dir: 'resolver'
- dir: 'rtp'
@@ -37,7 +38,6 @@
- test: 'incoming_calls_without_auth'
- test: 'info_dtmf'
- test: 'keep_alive'
- - test: 'refer_send_to_vm'
- test: 'reinvite_early'
- test: 'reinvite_pending'
- test: 'rpid_immediate'
--
To view, visit https://gerrit.asterisk.org/2334
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Ie9503006a5b23d1fa82d6710704abd0083f3dd04
Gerrit-PatchSet: 2
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-code-review
mailing list