diff options
author | krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com> | 2019-07-31 20:08:36 +0200 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-08-02 19:23:00 +0000 |
commit | dadd0e69a24c6a43534086cb04672dc6d4ddc18b (patch) | |
tree | 83ba7fac3fe3367da96642ab5289a01d2eaa0097 /robot/assets/templates/sdc/catalog_service.jinja | |
parent | e971ed9437e004b415b4321edc75883d69eca3e5 (diff) |
ROBOT test cases improvements for PnP PNF in El Alto release
Issue-ID: INT-1179
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I7b840e4fa53c9058d74872cbaf3e1922651b7997
Diffstat (limited to 'robot/assets/templates/sdc/catalog_service.jinja')
-rw-r--r-- | robot/assets/templates/sdc/catalog_service.jinja | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/templates/sdc/catalog_service.jinja b/robot/assets/templates/sdc/catalog_service.jinja index 09c56301..64a71ada 100644 --- a/robot/assets/templates/sdc/catalog_service.jinja +++ b/robot/assets/templates/sdc/catalog_service.jinja @@ -37,6 +37,6 @@ "forwardingPaths": {}, "ecompGeneratedNaming": true, "serviceApiArtifacts": {}, - "instantiationType": "A-la-carte", + "instantiationType": "{{instantiation_type}}", "environmentContext": "General_Revenue-Bearing" }
\ No newline at end of file |