Variable not defined in demo_preload.robot 55/87155/1
authorYang Xu <yang.xu3@huawei.com>
Tue, 7 May 2019 14:10:51 +0000 (10:10 -0400)
committerYang Xu <yang.xu3@huawei.com>
Tue, 7 May 2019 14:12:42 +0000 (10:12 -0400)
Change-Id: If1ffe0d24c28bef7f648c6d0597321ff0f32bd4c
Issue-ID: INT-1069
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
robot/resources/demo_preload.robot

index 74ee63b..95b9fd9 100644 (file)
@@ -179,7 +179,8 @@ Instantiate VNF
     ${vf_module_name_list}    ${service}     ${generic_vnfs}=    Orchestrate VNF    DemoCust    ${service}   ${service}    ${TENANT_NAME}
     Save For Delete
     Log to Console   Customer Name=${CUSTOMER_NAME}
-    Log to Console   VNF Module Name=${vf_module_name}
+    :FOR  ${vf_module_name}  IN   @{vf_module_name_list}
+    \   Log to Console   VNF Module Name=${vf_module_name}
     # Don't get from MSO for now due to SO-1186
     # ${model_invariant_id}=  Run MSO Get ModelInvariantId   ${SUITE_SERVICE_MODEL_NAME}  ${vf_module_label}
     ${model_invariant_id}=   Set Variable   ${EMPTY}