diff options
author | DR695H <dr695h@att.com> | 2019-06-19 20:45:38 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-06-19 20:45:38 -0400 |
commit | 3d12502f70afb8b06fb44065e85630abfdfa7a3e (patch) | |
tree | f10a0b2992ba6f6b59d2c97daf96fd58f7e57cc3 /robot/assets | |
parent | 74515e6a9045f0db0bd83053c6c3d567cc148f4c (diff) |
migrate mr_Interface to jinja
Issue-ID: TEST-158
Change-Id: I2b9e462f7739283b7f74403a7ff4da0b9934c246
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets')
-rw-r--r-- | robot/assets/templates/mr/mr_publish.jinja (renamed from robot/assets/templates/mr_publish.template) | 0 | ||||
-rw-r--r-- | robot/assets/templates/mr/mr_put_acl.jinja (renamed from robot/assets/templates/mr_put_acl.template) | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/robot/assets/templates/mr_publish.template b/robot/assets/templates/mr/mr_publish.jinja index acb10328..acb10328 100644 --- a/robot/assets/templates/mr_publish.template +++ b/robot/assets/templates/mr/mr_publish.jinja diff --git a/robot/assets/templates/mr_put_acl.template b/robot/assets/templates/mr/mr_put_acl.jinja index 62c96e8c..b337fc3e 100644 --- a/robot/assets/templates/mr_put_acl.template +++ b/robot/assets/templates/mr/mr_put_acl.jinja @@ -1,5 +1,5 @@ { - "topicName":"${TOPIC_NAME}", + "topicName":"{{TOPIC_NAME}}", "topicDescription":"This is a TestTopic", "partitionCount":"1", "replicationCount":"3", |