From f1621dea58fa5beb96356550918a7637d0133034 Mon Sep 17 00:00:00 2001 From: DR695H Date: Thu, 20 Jun 2019 15:37:57 -0400 Subject: move rest of stirngtemplating off old format Issue-ID: TEST-158 Change-Id: I55c246eba1c0132d70b9c7298da095c72cdecbc3 Signed-off-by: DR695H --- robot/assets/templates/appc/vnf_mount.jinja | 16 ++++++++++++++++ robot/assets/templates/appc/vnf_mount.template | 16 ---------------- 2 files changed, 16 insertions(+), 16 deletions(-) create mode 100644 robot/assets/templates/appc/vnf_mount.jinja delete mode 100644 robot/assets/templates/appc/vnf_mount.template (limited to 'robot/assets/templates/appc') diff --git a/robot/assets/templates/appc/vnf_mount.jinja b/robot/assets/templates/appc/vnf_mount.jinja new file mode 100644 index 00000000..14f638fe --- /dev/null +++ b/robot/assets/templates/appc/vnf_mount.jinja @@ -0,0 +1,16 @@ + + {{nodeid}} + {{host}} + {{port}} + {{username}} + {{password}} + false + + false + 20000 + 0 + 2000 + 1.5 + + 120 + \ No newline at end of file diff --git a/robot/assets/templates/appc/vnf_mount.template b/robot/assets/templates/appc/vnf_mount.template deleted file mode 100644 index 8ad11359..00000000 --- a/robot/assets/templates/appc/vnf_mount.template +++ /dev/null @@ -1,16 +0,0 @@ - - ${nodeid} - ${host} - ${port} - ${username} - ${password} - false - - false - 20000 - 0 - 2000 - 1.5 - - 120 - \ No newline at end of file -- cgit 1.2.3-korg