X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Automation%2FTests%2FX2-Setup%2FX2_Setup_reuqest_test.robot;fp=Automation%2FTests%2FX2-Setup%2FX2_Setup_reuqest_test.robot;h=4ad0dbe82848c0863044e8b5bbb3db9d3bcda6fd;hb=50190b60334f85598535d1b80f032495082c47b5;hp=da14d32f6f728b61248b76447997b7cd02efe6dc;hpb=2609f582b14a3bf2e41ffd9f5167eb12eb1d3461;p=ric-plt%2Fe2mgr.git diff --git a/Automation/Tests/X2-Setup/X2_Setup_reuqest_test.robot b/Automation/Tests/X2-Setup/X2_Setup_reuqest_test.robot index da14d32..4ad0dbe 100755 --- a/Automation/Tests/X2-Setup/X2_Setup_reuqest_test.robot +++ b/Automation/Tests/X2-Setup/X2_Setup_reuqest_test.robot @@ -24,6 +24,7 @@ Resource ../Resource/scripts_variables.robot Library OperatingSystem Library ../Scripts/find_rmr_message.py Library ../Scripts/rsmscripts.py +Library ../Scripts/e2mdbscripts.py Library REST ${url} *** Test Cases *** @@ -39,6 +40,7 @@ X2 - Get Nodeb Integer response body port 5577 String response body connectionStatus CONNECTED String response body nodeType ENB + String response body associatedE2tInstanceAddress e2t.att.com:38000 String response body enb enbType MACRO_ENB Integer response body enb servedCells 0 pci 99 String response body enb servedCells 0 cellId 02f829:0007ab00 @@ -65,4 +67,11 @@ RSM RESOURCE STATUS REQUEST message sent Verify RSM RAN info exists in redis ${result}= rsmscripts.verify_rsm_ran_info_start_false - Should Be Equal As Strings ${result} True \ No newline at end of file + Should Be Equal As Strings ${result} True + +Verify RAN is associated with E2T instance + ${result} e2mdbscripts.verify_ran_is_associated_with_e2t_instance test1 e2t.att.com:38000 + Should Be True ${result} + + +