From 9bbcb1be8d83cca5ba97dc4a2e86c525e51991e5 Mon Sep 17 00:00:00 2001 From: tragait Date: Mon, 24 Feb 2020 16:33:50 +0000 Subject: pnf sw upgrade csit Change-Id: I776d61030efc3d51e04f98698ceb8c445db2dafa Signed-off-by: tragait Issue-ID: INT-1308 Signed-off-by: tragait --- .../serviceInstantiationActivationRequest.json | 43 ++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 tests/usecases/pnf-sw-upgrade/data/serviceInstantiationActivationRequest.json (limited to 'tests/usecases/pnf-sw-upgrade/data/serviceInstantiationActivationRequest.json') diff --git a/tests/usecases/pnf-sw-upgrade/data/serviceInstantiationActivationRequest.json b/tests/usecases/pnf-sw-upgrade/data/serviceInstantiationActivationRequest.json new file mode 100644 index 00000000..a25ebfda --- /dev/null +++ b/tests/usecases/pnf-sw-upgrade/data/serviceInstantiationActivationRequest.json @@ -0,0 +1,43 @@ +{ + "requestDetails":{ + "requestInfo":{ + "source":"VID", + "suppressRollback":false, + "requestorId":"demo" + }, + "modelInfo":{ + "modelType":"service", + "modelInvariantUuid":"fe41489e-1563-46a3-b90a-1db629e4375b", + "modelInvariantId" : "fe41489e-1563-46a3-b90a-1db629e4375b", + "modelUuid":"cd4decf6-4f27-4775-9561-0e683ed43635", + "modelVersionId" : "cd4decf6-4f27-4775-9561-0e683ed43635", + "modelName":"Demo_svc", + "modelVersion":"1.0" + }, + "requestParameters":{ + "userParams":[ + { + "name":"targetSoftwareVersion", + "value":"pnf_sw_version-3.0.0" + }, + { + "name":"pnfName", + "value":"PNFDemo" + } + ], + "subscriptionServiceType":"vCPE", + "aLaCarte":false + + }, + "subscriberInfo": { + "globalSubscriberId": "DemoCustomer" + }, + "project": { + "projectName": "pnfSWUProject" + }, + "owningEntity": { + "owningEntityId": "f2e1071e-3d47-4a65-94d4-e473ec03326a", + "owningEntityName": "OE-Demonstration" + } + } + } \ No newline at end of file -- cgit 1.2.3-korg