Need to perform vLB_CDS distribution via Robot

Issue-ID: TEST-180
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
Change-Id: Ic4cf617c1cdccdf71efc562738bc3fba9060b634
Signed-off-by: Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com>
diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot
index 9793252..61b8b66 100644
--- a/robot/resources/demo_preload.robot
+++ b/robot/resources/demo_preload.robot
@@ -67,6 +67,8 @@
     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vFWCL   ${DEMO_PREFIX}VFWCL
     Log   Distibuting vLB
     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vLB   ${DEMO_PREFIX}VLB
+    Log   Distibuting vLB_CDS
+    ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vLB_CDS   ${DEMO_PREFIX}VLB_CDS  True
     ##${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPE   ${DEMO_PREFIX}VCPE
     ##${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vIMS   ${DEMO_PREFIX}VIMS
     Log   Distibuting vCPEInfra
@@ -81,8 +83,8 @@
     ${status}   ${value}=   Run Keyword And Ignore Error   Distribute Model   vCPEvGW    ${DEMO_PREFIX}VCPEvGW
 
 Distribute Model
-    [Arguments]   ${service}   ${modelName}
-    Model Distribution For Directory    ${service}   ${modelName}
+    [Arguments]   ${service}   ${modelName}  ${cds}=
+    Model Distribution For Directory    ${service}   ${modelName}  ${cds}
 
 Distribute vCPEResCust Model
     [Arguments]   ${service}   ${modelName}