Support multiple vfmodules in Robot CDS macro flow
Change-Id: I4a4c32ef624cb4fb403bf4e43c7e410d61eccfb8
Issue-ID: CCSDK-537
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
diff --git a/robot/assets/cds/template_vfmodule.json b/robot/assets/cds/template_vfmodule.json
new file mode 100644
index 0000000..bde231e
--- /dev/null
+++ b/robot/assets/cds/template_vfmodule.json
@@ -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"
+ }
+ ]
+}