aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/resources/vnf-workflow-relation-request.json
diff options
context:
space:
mode:
authorIttay Stern <ittay.stern@att.com>2018-12-17 04:13:18 +0000
committerGerrit Code Review <gerrit@onap.org>2018-12-17 04:13:18 +0000
commit170d49d3239592e22c2798b0ef5f3775d53aeb4b (patch)
tree8550db0398e09a70955766095a8615df4704ed46 /vid-app-common/src/test/resources/vnf-workflow-relation-request.json
parent06bae9d5c887c23e6bca71336420659a8039ab78 (diff)
parenta17096bb5555c4fff43cdb3094c9b8b96bb3fd61 (diff)
Merge "ChangeManagementController tests"
Diffstat (limited to 'vid-app-common/src/test/resources/vnf-workflow-relation-request.json')
-rw-r--r--vid-app-common/src/test/resources/vnf-workflow-relation-request.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vid-app-common/src/test/resources/vnf-workflow-relation-request.json b/vid-app-common/src/test/resources/vnf-workflow-relation-request.json
new file mode 100644
index 000000000..4794a933b
--- /dev/null
+++ b/vid-app-common/src/test/resources/vnf-workflow-relation-request.json
@@ -0,0 +1,25 @@
+{
+ "workflowsDetails": [
+ {
+ "vnfDetails": {
+ "UUID": "uuid-1",
+ "invariantUUID": "invariantUuid-1"
+ },
+ "workflowName": "workflow-name-1"
+ },
+ {
+ "vnfDetails": {
+ "UUID": "uuid-1",
+ "invariantUUID": "invariantUuid-1"
+ },
+ "workflowName": "workflow-name-1"
+ },
+ {
+ "vnfDetails": {
+ "UUID": "uuid-1",
+ "invariantUUID": "invariantUuid-1"
+ },
+ "workflowName": "workflow-name-1"
+ }
+ ]
+} \ No newline at end of file