[RICPLT-2590] RedButton flow changes + Automation
[ric-plt/e2mgr.git] / Automation / Tests / ENDC-Setup / ENDC_Setup_request_test.robot
old mode 100755 (executable)
new mode 100644 (file)
index 285a2a3..3397099
 #   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
@@ -23,6 +27,7 @@ Resource   ../Resource/Keywords.robot
 Resource    ../Resource/scripts_variables.robot
 Library     OperatingSystem
 Library     ../Scripts/find_rmr_message.py
+Library     ../Scripts/rsmscripts.py
 Library     REST        ${url}
 
 
@@ -35,7 +40,7 @@ Run Endc setup request
 
 Get request gnb
     Sleep    1s
-    Get Request node b enb test2
+    Get Request node b gnb test2
     Integer  response status  200
     String   response body ranName    test2
     String   response body ip    ${ip_e2adapter} 
@@ -66,5 +71,7 @@ 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
 
-
+Verify RSM RAN info doesn't exist in redis
+   ${result}=   rsmscripts.verify_rsm_ran_info_start_false
+   Should Be Equal As Strings  ${result}    False