X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FENDC-Setup%2FENDC_Setup_request_test.robot;h=1c75542a4bae9fde5ea7331ae9bdbcad4b4dee74;hb=5a0ce3e584481922e2fecb39b6d0eac9ce77ccbf;hp=33db34644714cd6b305a524c2956f62ae2be1770;hpb=37030f80c86eec049fc9e8653fbf011f7e2655b6;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/ENDC-Setup/ENDC_Setup_request_test.robot b/Automation/Tests/ENDC-Setup/ENDC_Setup_request_test.robot old mode 100755 new mode 100644 index 33db346..1c75542 --- a/Automation/Tests/ENDC-Setup/ENDC_Setup_request_test.robot +++ b/Automation/Tests/ENDC-Setup/ENDC_Setup_request_test.robot @@ -15,13 +15,18 @@ # limitations under the License. # ############################################################################## +# +# This source code is part of the near-RT RIC (RAN Intelligent Controller) +# platform project (RICP). +# *** Settings *** Suite Setup Prepare Enviorment Resource ../Resource/resource.robot Resource ../Resource/Keywords.robot +Resource ../Resource/scripts_variables.robot Library OperatingSystem -Library Collections +Library ../Scripts/find_rmr_message.py Library REST ${url} @@ -37,7 +42,7 @@ Get request gnb Get Request node b enb test2 Integer response status 200 String response body ranName test2 - String response body ip 10.0.2.15 + String response body ip ${ip_e2adapter} String response body connectionStatus CONNECTED Integer response body port 49999 String response body nodeType GNB @@ -52,6 +57,18 @@ Get request gnb String response body gnb servedNrCells 0 servedNrCellInformation choiceNrMode tdd transmissionBandwidth nrscs SCS30 String response body gnb servedNrCells 0 servedNrCellInformation choiceNrMode tdd transmissionBandwidth ncnrb NRB162 +prepare logs for tests + Remove log files + Save logs + + +ENDC - RAN Connected message going to be sent + ${result} find_rmr_message.verify_logs ${EXECDIR} ${e2mgr_log_filename} ${RAN_CONNECTED_message_type} ${Meid_test2} + Should Be Equal As Strings ${result} True + +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