X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=Automation%2FTests%2FENDC_Reset_RIC_TO_RAN%2FReset_Happy_with_cause.robot;h=66881cb1d36532de82088494d32d8090cd55e4d9;hb=b4b908e9d15ec94c7d3c785f32105f20e314af4d;hp=92cf4f8ea3a8f1886298dd99f836064631f93229;hpb=de19068aaa1f3d2b415cd960106121ceb167aaa9;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot b/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot index 92cf4f8..66881cb 100644 --- a/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot +++ b/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_with_cause.robot @@ -23,6 +23,7 @@ Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot Library OperatingSystem Library ../Scripts/find_rmr_message.py +Library ../Scripts/rsmscripts.py Library REST ${url} @@ -54,4 +55,8 @@ RAN Restarted messege sent RSM RESOURCE STATUS REQUEST message not sent ${result} find_rmr_message.verify_logs ${EXECDIR} ${rsm_log_filename} ${RIC_RES_STATUS_REQ_message_type_successfully_sent} ${RAN_NAME_test2} - Should Be Equal As Strings ${result} False \ No newline at end of file + Should Be Equal As Strings ${result} False + +Verify RSM RAN info doesn't exist in redis + ${result}= rsmscripts.verify_rsm_ran_info + Should Be Equal As Strings ${result} False \ No newline at end of file