X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ms%2Fblueprintsprocessor%2Fmodules%2Fblueprints%2Fblueprint-core%2Fsrc%2Ftest%2Fresources%2Ftemplates%2Fdefault-variable-jinja-template-resolved.jinja;fp=ms%2Fblueprintsprocessor%2Fmodules%2Fblueprints%2Fblueprint-core%2Fsrc%2Ftest%2Fresources%2Ftemplates%2Fdefault-variable-jinja-template-resolved.jinja;h=b9617d677712a07ecddf38f7ebd8246bb8e12364;hb=26628bf766b14d66f683a4608b97b7538ca582d6;hp=0000000000000000000000000000000000000000;hpb=2c31f21221231028fad943a231ee2d4c4fe256e1;p=ccsdk%2Fcds.git diff --git a/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/test/resources/templates/default-variable-jinja-template-resolved.jinja b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/test/resources/templates/default-variable-jinja-template-resolved.jinja new file mode 100644 index 000000000..b9617d677 --- /dev/null +++ b/ms/blueprintsprocessor/modules/blueprints/blueprint-core/src/test/resources/templates/default-variable-jinja-template-resolved.jinja @@ -0,0 +1,6 @@ +sample-node0_hostname +{{ node1_hostname }} +This will be kept as-is {{ node0_backup_router_address }} +sample-node0_hostname +Even this one {{ node1_backup_router_address }} as it doesn't matter if variable is surrounded by text +sample-node2_backup_router_address {{ node1_backup_router_address }} Even this One if multiple variable in same line