Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / testsuite / k8s_04-openldap_helm.robot
index 4370074..214bbc6 100644 (file)
@@ -83,7 +83,7 @@ Check Replicas After Upgrade Operation
     [Tags]   verify
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${count}
+    Log   ${count}
     Should Be Equal As Integers   ${count}   ${replica_count}
 
 Execute Rollback Operation
@@ -95,7 +95,7 @@ Check Replicas After Rollback Operation
     [Tags]   verify
     Variable Should Exist   ${ns_id}   msg=Network service instance is not available
     ${count}=   Get Vnf Kdu Replica Count   ${vnf_id}   ${kdu_name}
-    log   ${count}
+    Log   ${count}
     Should Be Empty   ${count}
 
 Delete Network Service Instance