[Asterisk-code-review] statsd: Add dependency on res statsd to statsd tests (testsuite[master])
Jenkins2
asteriskteam at digium.com
Tue Jun 5 13:02:59 CDT 2018
Jenkins2 has submitted this change and it was merged. ( https://gerrit.asterisk.org/9099 )
Change subject: statsd: Add dependency on res_statsd to statsd tests
......................................................................
statsd: Add dependency on res_statsd to statsd tests
Change-Id: I15a4aa6bfc4d303cf385d241b6b8f75c748366a5
---
M tests/channels/pjsip/statsd/contacts/test-config.yaml
M tests/endpoints/statsd/test-config.yaml
2 files changed, 4 insertions(+), 0 deletions(-)
Approvals:
George Joseph: Looks good to me, approved
Jenkins2: Approved for Submit
diff --git a/tests/channels/pjsip/statsd/contacts/test-config.yaml b/tests/channels/pjsip/statsd/contacts/test-config.yaml
index 81efe78..5d4c66e 100644
--- a/tests/channels/pjsip/statsd/contacts/test-config.yaml
+++ b/tests/channels/pjsip/statsd/contacts/test-config.yaml
@@ -51,6 +51,9 @@
- python: 'autobahn.websocket'
- python: 'starpy'
- python: 'twisted'
+ - asterisk: 'res_pjsip'
+ - asterisk: 'res_pjsip_outbound_registration'
+ - asterisk: 'res_statsd'
tags:
- statsd
- apps
diff --git a/tests/endpoints/statsd/test-config.yaml b/tests/endpoints/statsd/test-config.yaml
index 97c21ae..560eede 100644
--- a/tests/endpoints/statsd/test-config.yaml
+++ b/tests/endpoints/statsd/test-config.yaml
@@ -73,6 +73,7 @@
- asterisk: 'app_echo'
- asterisk: 'chan_pjsip'
- asterisk: 'res_endpoint_stats'
+ - asterisk: 'res_statsd'
- python: 'autobahn.websocket'
- python: 'starpy'
- python: 'twisted'
--
To view, visit https://gerrit.asterisk.org/9099
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I15a4aa6bfc4d303cf385d241b6b8f75c748366a5
Gerrit-Change-Number: 9099
Gerrit-PatchSet: 1
Gerrit-Owner: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: George Joseph <gjoseph at digium.com>
Gerrit-Reviewer: Jenkins2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180605/430a28b3/attachment.html>
More information about the asterisk-code-review
mailing list