summaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/cds/vfmodule.template
diff options
context:
space:
mode:
authorDR695H <dr695h@att.com>2019-06-19 18:56:34 -0400
committerDR695H <dr695h@att.com>2019-06-19 18:56:34 -0400
commit74515e6a9045f0db0bd83053c6c3d567cc148f4c (patch)
tree2898f4ee1dc6a8c69fcabb74db373e43e48ca94c /robot/assets/templates/cds/vfmodule.template
parentdaec16c9140e962235523a357b465c70c166a88f (diff)
move cds templates to template folder
Issue-ID: TEST-158 Change-Id: I492de0574080a9b1e8420e513b53477f133b98d5 Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/assets/templates/cds/vfmodule.template')
-rw-r--r--robot/assets/templates/cds/vfmodule.template16
1 files changed, 16 insertions, 0 deletions
diff --git a/robot/assets/templates/cds/vfmodule.template b/robot/assets/templates/cds/vfmodule.template
new file mode 100644
index 00000000..bde231e0
--- /dev/null
+++ b/robot/assets/templates/cds/vfmodule.template
@@ -0,0 +1,16 @@
+{
+ "modelInfo": {
+ "modelType": "vfModule",
+ "modelName": "${vf_module_model_name}",
+ "modelVersionId": "${vf_module_model_version_id}",
+ "modelCustomizationId": "${vf_module_model_customization_id}"
+ },
+ "instanceName": "${vf_module_name}",
+ "instanceParams": [
+ {
+ "vfw_param1": "24",
+ "vfw_param2": "24",
+ "vfw_param3": "24"
+ }
+ ]
+}