diff options
author | tragait <rahul.tyagi@est.tech> | 2020-07-07 12:00:52 +0100 |
---|---|---|
committer | Rahul Tyagi <rahul.tyagi@est.tech> | 2020-07-30 15:12:08 +0000 |
commit | 4529f2a4fca2c1846408f274d6feb1cd32f5a847 (patch) | |
tree | ba5466edfa8b1df11ef2612d3fd1648100249857 /bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest.json | |
parent | 2bfa3106bdf29f55460cf43f76c22c442988b047 (diff) |
[SO] create generic pnf healthcheck workflow
This commit implements workflow for pnf health
check and its respective test cases.
Issue-ID: SO-3018
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: Idffcbf78809c33dd7a059bc87962716d0a9cd81c
Signed-off-by: tragait <rahul.tyagi@est.tech>
Diffstat (limited to 'bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest.json')
-rw-r--r-- | bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest.json | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest.json b/bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest.json new file mode 100644 index 0000000000..32539844ba --- /dev/null +++ b/bpmn/so-bpmn-infrastructure-flows/src/test/resources/response/PnfHealthCheckTest.json @@ -0,0 +1,26 @@ +{ + "serviceResources":{ + "modelInfo":{ + "modelInvariantId":"439b7a2f-9524-4dbf-9eee-f2e05521df3f", + "modelUuid":"42daaac6-5017-4e1e-96c8-6a27dfbe1421", + "modelName":"PNF_int_service_2", + "modelVersion":"1.0" + }, + "serviceType":"NA", + "environmentContext":"Luna", + "serviceRole":"NA", + "workloadContext":"Oxygen", + "serviceVnfs":[ + + ], + "serviceNetworks":[ + + ], + "serviceAllottedResources":[ + + ], + "configResource":[ + + ] + } +}
\ No newline at end of file |