X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FLoadInfomation%2FLoadinformation_adding_data_and_overwrite.robot;h=32e81b9daede71924afd26dda43949e7f18773f8;hb=bf18aaa663f5743cfbc4d40e4b6953ec8f6db2e1;hp=3aab1611dc2d7f7c875d4f56194ab5301b22c30d;hpb=947897d1f1df89967f4db1862d67a5649e10f3a2;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/LoadInfomation/Loadinformation_adding_data_and_overwrite.robot b/Automation/Tests/LoadInfomation/Loadinformation_adding_data_and_overwrite.robot index 3aab161..32e81b9 100644 --- a/Automation/Tests/LoadInfomation/Loadinformation_adding_data_and_overwrite.robot +++ b/Automation/Tests/LoadInfomation/Loadinformation_adding_data_and_overwrite.robot @@ -15,17 +15,20 @@ # 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 *** Test Cases *** @@ -40,14 +43,14 @@ Adding Load information to overwrite on 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 String response body connectionStatus CONNECTED -Verify Load information does exist in redis +Verify Load information exists in redis ${result}= loadscripts.verify_value Should Be Equal As Strings ${result} True