X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fk8s_11-simple_helm_k8s_scaling.robot;h=78611e5191fb1185a88025da09faddbe964ea934;hb=b6d810ac78c9f499cac0b34e6c07ae04fe2f5bd5;hp=baffa3a2e8d47112d83013a5f1c12909f1180c93;hpb=15aa79388a7cc8b320810d5990b98df021062570;p=osm%2Ftests.git 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..78611e5 100644 --- a/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot +++ b/robot-systest/testsuite/k8s_11-simple_helm_k8s_scaling.robot @@ -26,7 +26,7 @@ Resource %{ROBOT_DEVOPS_FOLDER}/lib/connectivity_lib.robot Resource %{ROBOT_DEVOPS_FOLDER}/lib/ssh_lib.robot Resource %{ROBOT_DEVOPS_FOLDER}/lib/k8scluster_lib.robot -Force Tags k8s_11 cluster_k8s daily regression +Force Tags k8s_11 cluster_k8s regression Suite Teardown Run Keyword And Ignore Error Suite Cleanup @@ -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