move rest of stirngtemplating off old format
[testsuite.git] / robot / assets / templates / appc / vnf_mount.jinja
similarity index 72%
rename from robot/assets/templates/appc/vnf_mount.template
rename to robot/assets/templates/appc/vnf_mount.jinja
index 8ad1135..14f638f 100644 (file)
@@ -1,9 +1,9 @@
 <node xmlns="urn:TBD:params:xml:ns:yang:network-topology">
-   <node-id>${nodeid}</node-id>
-   <host xmlns="urn:opendaylight:netconf-node-topology">${host}</host>
-   <port xmlns="urn:opendaylight:netconf-node-topology">${port}</port>
-   <username xmlns="urn:opendaylight:netconf-node-topology">${username}</username>
-   <password xmlns="urn:opendaylight:netconf-node-topology">${password}</password>
+   <node-id>{{nodeid}}</node-id>
+   <host xmlns="urn:opendaylight:netconf-node-topology">{{host}}</host>
+   <port xmlns="urn:opendaylight:netconf-node-topology">{{port}}</port>
+   <username xmlns="urn:opendaylight:netconf-node-topology">{{username}}</username>
+   <password xmlns="urn:opendaylight:netconf-node-topology">{{password}}</password>
    <tcp-only xmlns="urn:opendaylight:netconf-node-topology">false</tcp-only>
    <!-- non-mandatory fields with default values, you can safely remove these if you do not wish to override any of these values-->
    <reconnect-on-changed-schema xmlns="urn:opendaylight:netconf-node-topology">false</reconnect-on-changed-schema>