From 908e9bdfc0a0778346b6571dddf5134fd3d7dbee Mon Sep 17 00:00:00 2001 From: Abdelmuhaimen Seaudi Date: Thu, 25 Jul 2019 17:28:25 +0000 Subject: Need to perform vLB_CDS distribution via Robot Issue-ID: TEST-180 Signed-off-by: Abdelmuhaimen Seaudi Change-Id: Ic4cf617c1cdccdf71efc562738bc3fba9060b634 Signed-off-by: Abdelmuhaimen Seaudi --- robot/resources/demo_preload.robot | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'robot/resources/demo_preload.robot') diff --git a/robot/resources/demo_preload.robot b/robot/resources/demo_preload.robot index 97932527..61b8b66b 100644 --- a/robot/resources/demo_preload.robot +++ b/robot/resources/demo_preload.robot @@ -67,6 +67,8 @@ Load Models ${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 @@ Load Models ${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} -- cgit 1.2.3-korg