aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/tosca-mappings.json
diff options
context:
space:
mode:
authormark.j.leonard <mark.j.leonard@gmail.com>2019-03-27 15:22:08 +0000
committermark.j.leonard <mark.j.leonard@gmail.com>2019-03-28 13:19:09 +0000
commit834b05d3bf1e0d842a21a3cb31e8150ce0a8927b (patch)
treeb62352220f4a5c17504db7d753d3155ac4036e4d /src/test/resources/tosca-mappings.json
parentbfde3ef00beb3c6f31cebfd12e90b9b9cdcc492e (diff)
Change generic-vnf delete flag to true
Alter the test values for the generic-vnf Widget Type to match the actual configured values used in historic deployments of the Babel Service. The test values will then be aligned to the actual run-time values thus avoiding any confusion caused by the disparity. Issue-ID: AAI-2292 Change-Id: Ia8bef2e31d62027c4edb636a78c8cde93da6638b Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
Diffstat (limited to 'src/test/resources/tosca-mappings.json')
-rw-r--r--src/test/resources/tosca-mappings.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/tosca-mappings.json b/src/test/resources/tosca-mappings.json
index 4d630e2..dfe666f 100644
--- a/src/test/resources/tosca-mappings.json
+++ b/src/test/resources/tosca-mappings.json
@@ -15,7 +15,7 @@
{
"type": "VF",
"name": "generic-vnf",
- "deleteFlag": false,
+ "deleteFlag": true,
"modelInvariantId": "generic-vnf-invariant-id",
"modelVersionId": "generic-vnf-version-id"
},