X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fbasic_20-manual_native_charm_vdu_scaling.robot;h=3637f561a79f18da9b842154a3edee8f2a4cce2e;hb=b8294ce62167bcd8faf0de9e8c26673d4355cdbd;hp=d23b280cfb1212eee64b15c1628a747b165b81d8;hpb=54e87c60831012650f4073198e6983a558140654;p=osm%2Ftests.git diff --git a/robot-systest/testsuite/basic_20-manual_native_charm_vdu_scaling.robot b/robot-systest/testsuite/basic_20-manual_native_charm_vdu_scaling.robot index d23b280..3637f56 100644 --- a/robot-systest/testsuite/basic_20-manual_native_charm_vdu_scaling.robot +++ b/robot-systest/testsuite/basic_20-manual_native_charm_vdu_scaling.robot @@ -95,15 +95,6 @@ Check Number of Duplicated Application Name Before Scale Out Run Keyword Unless ${count_duplicated} == 2 Fail msg=There are not 2 application name in the application list before Scale Out -Check Number of not Duplicated Application Name Before Scale Out - [Documentation] Check the application if there is only one application in the Juju model. - - ${app_list}= Remove Duplicates ${application_list} - Log List ${app_list} - ${count}= Get Length ${app_list} - Run Keyword Unless 1 == ${count} Fail msg=There is not only 1 application in the Juju model before Scale Out - - Perform Manual Vdu Scale Out Variable Should Exist ${ns_id} msg=Network service instance is not available @@ -135,15 +126,6 @@ Check Number of Duplicated Application Name After Scale Out Run Keyword Unless ${count_duplicated} == 3 Fail msg=There are not 2 application name in the application list after Scale Out -Check Number of not Duplicated Application Name After Scale Out - [Documentation] Check the application if there is only one application in the Juju model. - - ${app_list}= Remove Duplicates ${application_list} - Log List ${app_list} - ${count}= Get Length ${app_list} - Run Keyword Unless 1 == ${count} Fail msg=There is not only 1 application in the Juju model after Scale Out - - Perform Manual Vdu Scale In Variable Should Exist ${ns_id} msg=Network service instance is not available @@ -175,15 +157,6 @@ Check Number of Duplicated Application Name After Scale In Run Keyword Unless ${count_duplicated} == 2 Fail msg=There are not 2 application name in the application list after Scale In -Check Number of not Duplicated Application Name After Scale In - [Documentation] Check the application if there is only one application in the Juju model. - - ${app_list}= Remove Duplicates ${application_list} - Log List ${app_list} - ${count}= Get Length ${app_list} - Run Keyword Unless 1 == ${count} Fail msg=There is not only 1 application in the Juju model after Scale In - - Delete NS Instance [Tags] cleanup