Use case-sensitive keyword Log instead of log
[osm/tests.git] / robot-systest / testsuite / k8s_12-openldap_helm_day-2.robot
index ac02202..4bf9d67 100644 (file)
@@ -92,7 +92,7 @@ Execute Upgrade Operation
 Check Replicas After Upgrade Operation
     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
@@ -102,7 +102,7 @@ Execute Rollback Operation
 Check Replicas After Rollback Operation
     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