From 5a1cc801504dbfec251d3f279c73f888eafa1da4 Mon Sep 17 00:00:00 2001 From: aktas Date: Thu, 24 Mar 2022 09:37:31 +0300 Subject: [PATCH] Fix bug 1930 for k8s_11 Change-Id: Iec6828ee8c501babed59409a44e077fb4b7811ae Signed-off-by: aktas --- robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot b/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot index baffa3a..068f92c 100644 --- a/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot +++ b/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot @@ -82,7 +82,7 @@ Get Scale Count Before Scale Out Variable Should Exist ${ns_id} msg=Network service instance is not available ${kdu_count}= Get Vnf Kdu Replica Count ${vnf_id} ${kdu_name} - log ${count} + log ${kdu_count} Set Suite Variable ${initial_kdu_count} ${kdu_count} Perform Manual KDU Scale Out @@ -95,7 +95,7 @@ Check Scale Count After Scale Out Variable Should Exist ${initial_kdu_count} msg=Initial KDU count is not available ${kdu_count}= Get Vnf Kdu Replica Count ${vnf_id} ${kdu_name} - log ${count} + log ${kdu_count} Run Keyword Unless ${kdu_count} == ${initial_kdu_count} + 2 Fail msg=There is no new KDU in the model after Scale Out Perform Manual KDU Scale In -- 2.17.1