diff options
author | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2019-07-25 17:28:25 +0000 |
---|---|---|
committer | Abdelmuhaimen Seaudi <abdelmuhaimen.seaudi@orange.com> | 2019-07-25 18:18:58 +0000 |
commit | 908e9bdfc0a0778346b6571dddf5134fd3d7dbee (patch) | |
tree | 4f4f23a6184b390a04207ca1593369ccb2de1bdd /robot/resources/demo_preload.robot | |
parent | 0b4b16cf7c55e056433f599e480575d83a703341 (diff) |
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>
Diffstat (limited to 'robot/resources/demo_preload.robot')
-rw-r--r-- | robot/resources/demo_preload.robot | 6 |
1 files changed, 4 insertions, 2 deletions
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} |