diff options
author | 2019-07-31 19:54:49 +0300 | |
---|---|---|
committer | 2019-08-01 14:48:20 +0300 | |
commit | 22bc923a68f695bddb839c25e83c6dd5babf2e29 (patch) | |
tree | 9dcfded625ee792b4847f2f60e4721cab8886cff /tests/sdc-dcae-d/dcaed/assets/resource_instance.jinja | |
parent | 683cc9123e5b5d1c6b7b66dbaa2cd2da0455ab9b (diff) |
Replace json_templater usage
Remove project-specific json_templater.robot file
and adjust the tests to use ONAPLibrary.Templating instead
following the example here:
https://gerrit.onap.org/r/#/c/integration/csit/+/90264/
Issue-ID: TEST-181
Signed-off-by: kaihlavi <l.kaihlavirt@partner.samsung.com>
Change-Id: I29edbbbb054f100fdb92981cc4c1e44402d7cad7
Diffstat (limited to 'tests/sdc-dcae-d/dcaed/assets/resource_instance.jinja')
-rw-r--r-- | tests/sdc-dcae-d/dcaed/assets/resource_instance.jinja | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/sdc-dcae-d/dcaed/assets/resource_instance.jinja b/tests/sdc-dcae-d/dcaed/assets/resource_instance.jinja new file mode 100644 index 00000000..18b71685 --- /dev/null +++ b/tests/sdc-dcae-d/dcaed/assets/resource_instance.jinja @@ -0,0 +1,10 @@ +{ + "uniqueId": "{{catalog_resource_id}}{{milli_timestamp}}", + "posX": {{posX}}, + "posY": {{posY}}, + "name": "{{catalog_resource_name}}", + "componentVersion": "1.0", + "originType": "{{originType}}", + "icon": "defaulticon", + "componentUid": "{{catalog_resource_id}}" +} |