X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FENDC_Reset_RIC_TO_RAN%2FReset_Happy_no_cause.robot;h=a3ecabe3538cd8751d07ee1098d8301c1754b594;hb=bf18aaa663f5743cfbc4d40e4b6953ec8f6db2e1;hp=9010a680e38147d72f95e43c6a0a3e7263e4b4a4;hpb=2c9d450c93e4f0b312a68d39429efb685ec02022;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_no_cause.robot b/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_no_cause.robot index 9010a68..a3ecabe 100644 --- a/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_no_cause.robot +++ b/Automation/Tests/ENDC_Reset_RIC_TO_RAN/Reset_Happy_no_cause.robot @@ -27,6 +27,7 @@ Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot Library OperatingSystem Library ../Scripts/find_rmr_message.py +Library ../Scripts/rsmscripts.py Library REST ${url} @@ -57,4 +58,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_start_false + Should Be Equal As Strings ${result} False