Merge "Update RoutingManagerSimulator according to latest RM Swagger"
[ric-plt/e2mgr.git] / Automation / Tests / LoadInfomation / Loadinformation_verify_saving.robot
index e02b5eb..f0390fb 100644 (file)
 #   limitations under the License.
 #
 ##############################################################################
+#
+#   This source code is part of the near-RT RIC (RAN Intelligent Controller)
+#   platform project (RICP).
+#
 
 *** Settings ***
 Suite Setup  Prepare Simulator For Load Information
 Resource   ../Resource/resource.robot
 Resource   ../Resource/Keywords.robot
 Library     OperatingSystem
-Library     Collections
 Library     Process
-Library     ${CURDIR}/loadscripts.py
+Library     ../Scripts/loadscripts.py
 Library     REST      ${url}
 Suite Teardown  Stop Simulator
 
@@ -39,7 +42,7 @@ Verify Load information doesn't exist in redis
 
 Trigger X-2 Setup for load information
     Post Request setup node b x-2
-    Integer     response status       200
+    Integer     response status       204
     Sleep  1s
     GET      /v1/nodeb/test1
     Integer  response status  200