X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Ftests.git;a=blobdiff_plain;f=robot-systest%2Ftestsuite%2Fepa_03-crud_operations_on_sdnc.robot;fp=robot-systest%2Ftestsuite%2Fepa_03-crud_operations_on_sdnc.robot;h=e507fa7c8c00008fbaf91a47a0c59b0887f71df4;hp=b0d86df30e6ff22147edd48d897e0d168ef414a9;hb=f4ebaa88025189ede4f073ab8a1f27c95efff867;hpb=d90c14aa761a796cf74563812fb5a01f3b145ee9 diff --git a/robot-systest/testsuite/epa_03-crud_operations_on_sdnc.robot b/robot-systest/testsuite/epa_03-crud_operations_on_sdnc.robot index b0d86df..e507fa7 100644 --- a/robot-systest/testsuite/epa_03-crud_operations_on_sdnc.robot +++ b/robot-systest/testsuite/epa_03-crud_operations_on_sdnc.robot @@ -11,7 +11,7 @@ # limitations under the License. *** Settings *** -Documentation [EPA-03] CRUD operations on SDNC accounts. +Documentation [EPA-03] CRUD operations on SDNC accounts. Resource %{ROBOT_DEVOPS_FOLDER}/lib/sdnc_lib.robot @@ -30,17 +30,17 @@ ${sdnc_enabled_pol_time} 10 *** Test Cases *** Create Basic SDNC - ${created_sdnc_id}= Create SDNC ${sdnc_name} ${sdnc_user} ${sdnc_password} ${sdnc_url} ${sdnc_type} - Set Suite Variable ${sdnc_id} ${created_sdnc_id} - Wait Until Keyword Succeeds ${sdnc_enabled_max_wait_time} ${sdnc_enabled_pol_time} Check for SDNC ${sdnc_id} + ${created_sdnc_id}= Create SDNC ${sdnc_name} ${sdnc_user} ${sdnc_password} ${sdnc_url} ${sdnc_type} + Set Suite Variable ${sdnc_id} ${created_sdnc_id} + Wait Until Keyword Succeeds ${sdnc_enabled_max_wait_time} ${sdnc_enabled_pol_time} Check for SDNC ${sdnc_id} Check SDNC Status Is Healthy - Check for SDNC Status ${sdnc_id} ${prometheus_host} ${prometheus_port} + Check for SDNC Status ${sdnc_id} ${prometheus_host} ${prometheus_port} Delete Basic SDNC [Tags] cleanup - Delete SDNC ${sdnc_name} + Delete SDNC ${sdnc_name}