summaryrefslogtreecommitdiffstats
path: root/models-interactions/model-actors/actor.so/src/test/resources
diff options
context:
space:
mode:
authorzhaoyh6 <zhaoyh6@asiainfo.com>2022-03-01 14:58:07 +0800
committerAjith Sreekumar <ajith.sreekumar@bell.ca>2022-03-10 15:09:32 +0000
commit448c221502fac54c52e088caca56b9aa45797ef7 (patch)
treed7504ea0c277055042b91cd2cb61b820e5c8eecd /models-interactions/model-actors/actor.so/src/test/resources
parentbf4c0bd31b6045a25ecf24b9508bc256cb724b20 (diff)
Closed loop operation guarantee for ccvpn
Issue-ID: REQ-1074 Signed-off-by: zhaoyh6 <zhaoyh6@asiainfo.com> Change-Id: Ib2c60a1e5ebd1fda5e04e75c265e863733caa278
Diffstat (limited to 'models-interactions/model-actors/actor.so/src/test/resources')
-rw-r--r--models-interactions/model-actors/actor.so/src/test/resources/ModifyCll.json16
-rw-r--r--models-interactions/model-actors/actor.so/src/test/resources/service.yaml3
2 files changed, 19 insertions, 0 deletions
diff --git a/models-interactions/model-actors/actor.so/src/test/resources/ModifyCll.json b/models-interactions/model-actors/actor.so/src/test/resources/ModifyCll.json
new file mode 100644
index 000000000..03c048474
--- /dev/null
+++ b/models-interactions/model-actors/actor.so/src/test/resources/ModifyCll.json
@@ -0,0 +1,16 @@
+{
+ "name": "cloud-leased-line-101",
+ "globalSubscriberId": "IBNCustomer",
+ "subscriptionServiceType": "IBN",
+ "serviceType": "CLL",
+ "serviceInstanceID": "cll-instance-01",
+ "additionalProperties": {
+ "modifyAction": "bandwdith",
+ "enableSdnc": "true",
+ "transportNetworks": [
+ { "id": "cll-101-network-001",
+ "sla":
+ { "latency": 2, "maxBandwidth": 8000 }
+ }]
+ }
+}
diff --git a/models-interactions/model-actors/actor.so/src/test/resources/service.yaml b/models-interactions/model-actors/actor.so/src/test/resources/service.yaml
index 81b0f2e26..11197e933 100644
--- a/models-interactions/model-actors/actor.so/src/test/resources/service.yaml
+++ b/models-interactions/model-actors/actor.so/src/test/resources/service.yaml
@@ -3,6 +3,7 @@
# ONAP
# ===============================================================================
# Copyright (C) 2020 AT&T Intellectual Property. All rights reserved.
+# Modifications Copyright (C) 2022 CTC, Inc. and others.
# ===============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -36,3 +37,5 @@ actors:
path: serviceInstances/v7
Modify NSSI:
path: 3gppservices/v7/modify
+ ModifyCloudLeasedLine:
+ path: infra/serviceIntent/v1/modify \ No newline at end of file