[Asterisk-code-review] rls/lists/nominal: Fix YAML errors introduced in d6d1cc2f (testsuite[master])
Matt Jordan
asteriskteam at digium.com
Sun Nov 22 11:53:28 CST 2015
Matt Jordan has uploaded a new change for review.
https://gerrit.asterisk.org/1682
Change subject: rls/lists/nominal: Fix YAML errors introduced in d6d1cc2f
......................................................................
rls/lists/nominal: Fix YAML errors introduced in d6d1cc2f
When d6d1cc2f refactored the RLS tests, it introduced invalid YAML syntax. This
patch simply fixes the YAML so that it can be parsed.
Change-Id: Ib6f08eafca739f6d0ca50296da0adeab83c8f85e
---
M tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/resubscription_interruption/test-config.yaml
M tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/termination_interruption/test-config.yaml
M tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/resubscription_interruption/test-config.yaml
M tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/termination_interruption/test-config.yaml
4 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.asterisk.org:29418/testsuite refs/changes/82/1682/1
diff --git a/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/resubscription_interruption/test-config.yaml b/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/resubscription_interruption/test-config.yaml
index d50dc4a..02ccefb 100644
--- a/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/resubscription_interruption/test-config.yaml
+++ b/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/resubscription_interruption/test-config.yaml
@@ -50,7 +50,7 @@
test-config:
stop-test-after-notifys: False
- list-name 'mail_list'
+ list-name: 'mail_list'
packets:
-
full-state: True
diff --git a/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/termination_interruption/test-config.yaml b/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/termination_interruption/test-config.yaml
index 1ec8217..5a9c755 100644
--- a/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/termination_interruption/test-config.yaml
+++ b/tests/channels/pjsip/subscriptions/rls/lists/nominal/mwi/batched/termination_interruption/test-config.yaml
@@ -50,7 +50,7 @@
test-config:
stop-test-after-notifys: False
- list-name 'mail_list'
+ list-name: 'mail_list'
packets:
-
full-state: True
diff --git a/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/resubscription_interruption/test-config.yaml b/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/resubscription_interruption/test-config.yaml
index 9044540..b862b27 100644
--- a/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/resubscription_interruption/test-config.yaml
+++ b/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/resubscription_interruption/test-config.yaml
@@ -46,7 +46,7 @@
test-config:
stop-test-after-notifys: False
- list-name 'pres_list'
+ list-name: 'pres_list'
packets:
-
full-state: True
diff --git a/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/termination_interruption/test-config.yaml b/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/termination_interruption/test-config.yaml
index 5ff90ec..d5446c7 100644
--- a/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/termination_interruption/test-config.yaml
+++ b/tests/channels/pjsip/subscriptions/rls/lists/nominal/presence/batched/termination_interruption/test-config.yaml
@@ -46,7 +46,7 @@
test-config:
stop-test-after-notifys: False
- list-name 'pres_list'
+ list-name: 'pres_list'
packets:
-
full-state: True
--
To view, visit https://gerrit.asterisk.org/1682
To unsubscribe, visit https://gerrit.asterisk.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6f08eafca739f6d0ca50296da0adeab83c8f85e
Gerrit-PatchSet: 1
Gerrit-Project: testsuite
Gerrit-Branch: master
Gerrit-Owner: Matt Jordan <mjordan at digium.com>
More information about the asterisk-code-review
mailing list