aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources')
-rw-r--r--src/test/resources/compressedArtifacts/service-Testpnfsvc-csar.csarbin0 -> 89414 bytes
-rw-r--r--src/test/resources/tosca-mappings.json20
2 files changed, 16 insertions, 4 deletions
diff --git a/src/test/resources/compressedArtifacts/service-Testpnfsvc-csar.csar b/src/test/resources/compressedArtifacts/service-Testpnfsvc-csar.csar
new file mode 100644
index 0000000..9f563ff
--- /dev/null
+++ b/src/test/resources/compressedArtifacts/service-Testpnfsvc-csar.csar
Binary files differ
diff --git a/src/test/resources/tosca-mappings.json b/src/test/resources/tosca-mappings.json
index dfe666f..32491f6 100644
--- a/src/test/resources/tosca-mappings.json
+++ b/src/test/resources/tosca-mappings.json
@@ -121,15 +121,22 @@
"type": "CR",
"name": "cr",
"deleteFlag": true,
- "modelInvariantId": "collection-resource-invariant-id",
- "modelVersionId": "collection-resource-version-id"
+ "modelInvariantId": "collection-resource-invariant-id",
+ "modelVersionId": "collection-resource-version-id"
},
{
"type": "INSTANCE_GROUP",
"name": "instance-group",
"deleteFlag": true,
- "modelInvariantId": "instance-group-invariant-id",
- "modelVersionId": "instance-group-version-id"
+ "modelInvariantId": "instance-group-invariant-id",
+ "modelVersionId": "instance-group-version-id"
+ },
+ {
+ "type": "PNF",
+ "name": "pnf",
+ "deleteFlag": true,
+ "modelInvariantId": "pnf-instance-invariant-id",
+ "modelVersionId": "pnf-instance-version-id"
}
],
"widgetMappings": [
@@ -176,6 +183,11 @@
"type": "widget",
"widget": "VOLUME",
"deleteFlag": true
+ },
+ {
+ "prefix": "org.openecomp.resource.pnf",
+ "widget": "PNF",
+ "deleteFlag": true
}
]
}