aboutsummaryrefslogtreecommitdiffstats
path: root/tests/usecases-config-over-netconf/config-over-netconf/data/config-deploy.json
diff options
context:
space:
mode:
authorefiacor <fiachra.corcoran@est.tech>2020-05-06 01:14:00 +0100
committerefiacor <fiachra.corcoran@est.tech>2020-05-12 13:37:28 +0100
commit125390ba301915c0829ad4c0b7eff0c935b6956c (patch)
treec49de4f058ebb4ce93fe90b72816246db7c938e4 /tests/usecases-config-over-netconf/config-over-netconf/data/config-deploy.json
parent9c41697bdcef2eddd9af6436f3feb5821c238b44 (diff)
Seperating usecase test suite dependencies
# Refactoring BulkPM Dataplane test suite Signed-off-by: efiacor <fiachra.corcoran@est.tech> Change-Id: I4b2ad0dc5147e10ffc55f4ec210a29f073cd865b Issue-ID: INT-832 Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Diffstat (limited to 'tests/usecases-config-over-netconf/config-over-netconf/data/config-deploy.json')
-rw-r--r--tests/usecases-config-over-netconf/config-over-netconf/data/config-deploy.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/usecases-config-over-netconf/config-over-netconf/data/config-deploy.json b/tests/usecases-config-over-netconf/config-over-netconf/data/config-deploy.json
new file mode 100644
index 00000000..546fdc78
--- /dev/null
+++ b/tests/usecases-config-over-netconf/config-over-netconf/data/config-deploy.json
@@ -0,0 +1,25 @@
+{
+ "actionIdentifiers": {
+ "actionName": "config-deploy",
+ "blueprintName": "configuration_over_restconf",
+ "blueprintVersion": "1.0.0",
+ "mode": "sync"
+ },
+ "commonHeader": {
+ "originatorId": "sdnc",
+ "requestId": "123456-1000",
+ "subRequestId": "sub-123456-1000"
+ },
+ "payload": {
+ "config-deploy-request": {
+ "resolution-key": "RES-KEY reskey",
+ "config-deploy-properties": {
+ "service-instance-id": "siid_1234",
+ "pnf-id": "pnf-simulator",
+ "pnf-ipv4-address": "pnfaddr",
+ "service-model-uuid": "service-model-uuid",
+ "pnf-customization-uuid": "pnf-customization-uuid"
+ }
+ }
+ }
+}