diff options
author | Chuanyu Chen <chenchuanyu@huawei.com> | 2020-01-06 01:31:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2020-01-06 01:31:49 +0000 |
commit | 04e0f4e870c7e45a3a1f8f2c56a758bf3a635c2e (patch) | |
tree | a21acd19c0e03629c9addd49b7c125ccb94fffe1 /mso-api-handlers/mso-api-handler-infra/src/test/resources/__files | |
parent | eff76af0a3eb5fd9acd974fd4054815536b0c9cb (diff) | |
parent | cd30f0cb0f6fe465d13a97e55359bd6bea158f08 (diff) |
Merge "SO API to support custom PNF workflow"
Diffstat (limited to 'mso-api-handlers/mso-api-handler-infra/src/test/resources/__files')
-rw-r--r-- | mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_pnf_Response.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_pnf_Response.json b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_pnf_Response.json new file mode 100644 index 0000000000..133d8bed9b --- /dev/null +++ b/mso-api-handlers/mso-api-handler-infra/src/test/resources/__files/catalogdb/workflow_pnf_Response.json @@ -0,0 +1,5 @@ +{ + "artifactUUID": "81526781-e55c-4cb7-adb3-97e09d9c76bf", + "artifactName": "testingPNFWorkflow.bpmn", + "name": "testingPNFWorkflow" +}
\ No newline at end of file |